src/HOL/Induct/ROOT.ML
author nipkow
Fri, 05 May 2000 18:24:06 +0200
changeset 8800 e3688ef49f12
parent 7019 71f2155cdd85
child 8917 2ff6f8693c4f
permissions -rw-r--r--
Added constant abs.

(*  Title:      HOL/Induct/ROOT
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1997  University of Cambridge

Examples of Inductive and Coinductive Definitions
*)

writeln"Root file for HOL/Induct";

set proof_timing;
time_use_thy "Perm";
time_use_thy "Comb";
time_use_thy "Mutil";
time_use_thy "Acc";
time_use_thy "Multiset";
time_use_thy "PropLog";
time_use_thy "SList";
time_use_thy "LFilter";
time_use_thy "Term";
time_use_thy "ABexp";
time_use_thy "Exp";
time_use_thy "Tree";