35 lines
686 B
Text
35 lines
686 B
Text
==============
|
|
Pi Abstraction
|
|
==============
|
|
|
|
def rel := forall (A : *) (x : A), *;
|
|
|
|
----------
|
|
|
|
(program
|
|
(definition
|
|
(identifier)
|
|
(expr
|
|
(app_term
|
|
(pabs
|
|
(param_block
|
|
(identifier)
|
|
(expr
|
|
(app_term
|
|
(app
|
|
(term
|
|
(sort
|
|
(star)))))))
|
|
(param_block
|
|
(identifier)
|
|
(expr
|
|
(app_term
|
|
(app
|
|
(term
|
|
(identifier))))))
|
|
(expr
|
|
(app_term
|
|
(app
|
|
(term
|
|
(sort
|
|
(star)))))))))))
|