infixes : unit -> (string * (int * string)) list
- SYNOPSIS
-
Lists the infixes currently recognized by the parser.
- DESCRIPTION
-
The function infixes should be applied to the unit () and will then return
a list of all the infixes currently recognized by the parser together with
their precedence and associativity (left or right).
- FAILURE CONDITIONS
-
Never fails.
- SEE ALSO
-
get_infix_status, parse_as_infix, unparse_as_infix.