src/Pure/RAW/exn_trace_raw.ML
changeset 62460 4b2018eb92e8
parent 62459 7a5d88dd8cc9
equal deleted inserted replaced
62459:7a5d88dd8cc9 62460:4b2018eb92e8
       
     1 (*  Title:      Pure/RAW/exn_trace_raw.ML
       
     2     Author:     Makarius
       
     3 
       
     4 Raw exception trace for Poly/ML 5.3.0.
       
     5 *)
       
     6 
       
     7 fun print_exception_trace (_: exn -> string) (_: string -> unit) =
       
     8   PolyML.exception_trace;