22 lines
406 B
Text
22 lines
406 B
Text
=================
|
|
Operator Sections
|
|
=================
|
|
|
|
def foo := (+) one two;
|
|
|
|
---
|
|
|
|
(program
|
|
(definition
|
|
(identifier)
|
|
(expr
|
|
(app_term
|
|
(binex
|
|
(app
|
|
(term
|
|
(op_section
|
|
(symbol)))
|
|
(term
|
|
(identifier))
|
|
(term
|
|
(identifier))))))))
|