Default hook for preprocessing
preproc(query = quote(1
The default hook translates the inequality and smaller-than-or-equal-to from R (!=, <=) to Prolog (\=, =<). Moreover, primitive functions are converted to regular functions.
the R call representing the Prolog query.
[rolog_options()] for fine-grained control over the translation