src/Pure/Interface/proof_general.ML
changeset 10933 0b3997a180dd
parent 10417 42e6b8502d52
child 10954 a555bfb66c2d
equal deleted inserted replaced
10932:ad13abb0a264 10933:0b3997a180dd
   315 
   315 
   316 end;
   316 end;
   317 
   317 
   318 
   318 
   319 end;
   319 end;
       
   320 
       
   321 (*this hack avoids problems with escapes in ML commands; required for
       
   322   Proof General 3.2*)
       
   323 infix \\\\ val op \\\\ = op \\;