Admin/Benchmarks/HOL-datatype/ROOT.ML
author berghofe
Wed, 07 Feb 2007 17:30:53 +0100
changeset 22264 6a65e9b2ae05
parent 16692 d3416641926f
child 27641 4d7c96b72d49
permissions -rw-r--r--
Theorems for converting between wf and wfP are now declared as hints.

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

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

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

set timing;

warning "\nset quick_and_dirty\n"; set quick_and_dirty;
List.app time_use_thy tests;

warning "\nreset quick_and_dirty\n"; reset quick_and_dirty;
List.app remove_thy tests;
List.app time_use_thy tests;