33 lines
517 B
Text
33 lines
517 B
Text
==========
|
|
Definition
|
|
==========
|
|
|
|
def foo (A : *) (x y z : A) := x;
|
|
|
|
---
|
|
|
|
(program
|
|
(definition
|
|
(identifier)
|
|
(param_block
|
|
(identifier)
|
|
(expr
|
|
(app_term
|
|
(app
|
|
(term
|
|
(sort
|
|
(star)))))))
|
|
(param_block
|
|
(identifier)
|
|
(identifier)
|
|
(identifier)
|
|
(expr
|
|
(app_term
|
|
(app
|
|
(term
|
|
(identifier))))))
|
|
(expr
|
|
(app_term
|
|
(app
|
|
(term
|
|
(identifier)))))))
|