Admin/Benchmarks/HOL-datatype/ROOT.ML
author haftmann
Thu, 23 Sep 2010 11:29:22 +0200
changeset 39659 07549694e2f1
parent 38798 89f273ab1d42
child 44639 83dc04ccabd5
permissions -rw-r--r--
shifted abstraction over imperative print mode

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

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

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

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;