Admin/Benchmarks/HOL-datatype/ROOT.ML
author wenzelm
Wed, 07 Sep 2011 21:31:50 +0200
changeset 44804 3d9ee91394ce
parent 44639 83dc04ccabd5
permissions -rw-r--r--
no print_state for final proof commands, which return to theory state;

(*  Title:      Admin/Benchmarks/HOL-datatype/ROOT.ML

Some rather large datatype examples (from John Harrison).
*)

val tests = ["Brackin", "Instructions", "SML", "Verilog"];

Toplevel.timing := true;

warning "\nset quick_and_dirty\n"; quick_and_dirty := true;
use_thys tests;

warning "\nreset quick_and_dirty\n"; quick_and_dirty := false;
List.app Thy_Info.remove_thy tests;
use_thys tests;