print_without_macros : term -> unit
For example:
``MEM`` ; val it = ``\x l. MEM x l`` ; print_without_macros ``MEM`` ; \x l. x IN LIST_TO_SET l concl ratTheory.RATND_RAT_OF_NUM ; val it = (RATN (&n) = &n) /\ (RATD (&n) = 1): term Parse.print_without_macros (concl ratTheory.RATND_RAT_OF_NUM) ; (RATN (rat_of_num n) = int_of_num n) /\ (RATD (rat_of_num n) = 1n)