src/Pure/Syntax/syntax_phases.ML
changeset 55014 a93f496f6c30
parent 53171 a5e54d4d9081
child 55550 bcc643ac071a
equal deleted inserted replaced
55013:869f50dfdad2 55014:a93f496f6c30
   644       end;
   644       end;
   645   in
   645   in
   646     tm
   646     tm
   647     |> mark_aprop
   647     |> mark_aprop
   648     |> show_types ? prune_types ctxt
   648     |> show_types ? prune_types ctxt
       
   649     |> Variable.revert_bounds ctxt
   649     |> mark_atoms idents is_syntax_const ctxt
   650     |> mark_atoms idents is_syntax_const ctxt
   650     |> ast_of
   651     |> ast_of
   651   end;
   652   end;
   652 
   653 
   653 end;
   654 end;