artifact_id;status_id;status_name;priority;submitter_id;submitter_name;assigned_to_id;assigned_to_name;open_date;close_date;last_modified_date;summary;details;"Hardware";"Resolution";"Severity";"Version";"Component";"Operating System";"Product";"URL"
45;1;"Open";3;112;"Hezekiah Carty";144;"Christophe Troestler";"2008-08-14 15:46";"";"2008-12-18 20:22";"Unable to use alphabetic infix operators";"I attempted to to use the alphabetic infix operator example from the main pa-do page from the OCaml toplevel, but it does not work for me (some output cut):

-----
# #use ""topfind"";;
# #camlp4o;;
# #load ""pa_infix.cmo"";;
# INFIX subset LEVEL ( && );;
# let (subset) = (+);;
val subset : int -> int -> int = <fun>
# 1 subset 2;;
Characters 0-1:
  1 subset 2;;
  ^
This expression is not a function, it cannot be applied
-----

The same errors occurs for POSTFIX-defined operators.  Precedence does not seem to stick for prefix operators either:

-----
# PREFIX pref LEVEL ( ! );;
# let (pref) a = a + 1;;
val pref : int -> int = <fun>
# print_int pref 1;;
Characters 0-9:
  print_int pref 1;;
  ^^^^^^^^^
This function is applied to too many arguments,
maybe you forgot a `;'
-----

Non-alphabetic operators seem to work without issue loading pa_infix.cmo in this manner.

This is using OCaml 3.10.2, AMD64, installed through GODI and the latest pa-do from bzr.";"None";"None";"normal";"None";"None";"None";"None";""