Module Parse__.Syntax
type arg
=
|
Atom of string * arg list
atom. e.g. a(X, Y)
|
Link of string
link. e.g. X
argument of an atom
Parse__.Syntax
type arg
=
| Atom of string * arg list | atom. e.g. a(X, Y) |
| Link of string | link. e.g. X |
argument of an atom