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