src/HOL/Matrix/Compute_Oracle/am_sml.ML
changeset 41490 0f1e411a1448
parent 37872 d83659570337
child 41491 a2ad5b824051
equal deleted inserted replaced
41489:8e2b8649507d 41490:0f1e411a1448
   484 fun get_guid () = 
   484 fun get_guid () = 
   485     let
   485     let
   486         val c = !guid_counter
   486         val c = !guid_counter
   487         val _ = guid_counter := !guid_counter + 1
   487         val _ = guid_counter := !guid_counter + 1
   488     in
   488     in
   489         (LargeInt.toString (Time.toMicroseconds (Time.now ()))) ^ (string_of_int c)
   489         (Int.toString (Time.toMicroseconds (Time.now ()))) ^ (string_of_int c)
   490     end
   490     end
   491 
   491 
   492 
   492 
   493 fun writeTextFile name s = File.write (Path.explode name) s
   493 fun writeTextFile name s = File.write (Path.explode name) s
   494 
   494