This PR proposes a fix of the way symbols with fixity are printed in Tterm_printer.print_term.
This is a first step towards a proprer pretty printer.
This also modifies how the fixity is encoded, proposing to store the information in a field of the identifiers with a sum type rather than in the name itself.
This PR proposes a fix of the way symbols with fixity are printed in
Tterm_printer.print_term
.This is a first step towards a proprer pretty printer.
This also modifies how the fixity is encoded, proposing to store the information in a field of the identifiers with a sum type rather than in the name itself.