| author | wenzelm |
| Fri, 13 Aug 2010 18:16:50 +0200 | |
| changeset 38369 | 5584ab3d5b13 |
| parent 37875 | 496d723516e6 |
| child 38798 | 89f273ab1d42 |
| permissions | -rw-r--r-- |
(* Title: Admin/Benchmarks/HOL-datatype/ROOT.ML Some rather large datatype examples (from John Harrison). *) val tests = ["Brackin", "Instructions", "SML", "Verilog"]; Unsynchronized.set timing; warning "\nset quick_and_dirty\n"; Unsynchronized.set quick_and_dirty; use_thys tests; warning "\nreset quick_and_dirty\n"; Unsynchronized.reset quick_and_dirty; List.app Thy_Info.remove_thy tests; use_thys tests;