19 lines
297 B
Text
19 lines
297 B
Text
===========
|
|
Application
|
|
===========
|
|
|
|
def foo := f x;
|
|
|
|
---
|
|
|
|
(program
|
|
(definition
|
|
(identifier)
|
|
(expr
|
|
(app_term
|
|
(binex
|
|
(app
|
|
(term
|
|
(identifier))
|
|
(term
|
|
(identifier))))))))
|