test/Tools/isac/calcelems.sml
changeset 52101 c3f399ce32af
parent 48787 0f62d7264b93
child 52146 f47e195af9a3
equal deleted inserted replaced
52100:0831a4a6ec8a 52101:c3f399ce32af
    70   (fn _ => fn _ => ml_pretty o Pretty.to_ML o raw_pp_typ);
    70   (fn _ => fn _ => ml_pretty o Pretty.to_ML o raw_pp_typ);
    71 
    71 
    72 pretty types:
    72 pretty types:
    73  PolyML.addPrettyPrinter
    73  PolyML.addPrettyPrinter
    74    (fn _ => fn _ => ml_pretty o Pretty.to_ML o Proof_Display.pp_typ Pure.thy);
    74    (fn _ => fn _ => ml_pretty o Pretty.to_ML o Proof_Display.pp_typ Pure.thy);
    75  print_depth 99;
    75  print_depth 3;
    76 *)
    76 *)
    77 "===== extend parse to string with markup===";
    77 "===== extend parse to string with markup===";
    78 (*
    78 (*
    79 fun parse thy str = 
    79 fun parse thy str = 
    80   (let val t = (typ_a2real o numbers_to_string) 
    80   (let val t = (typ_a2real o numbers_to_string)