src/HOL/Induct/ROOT.ML
author berghofe
Fri, 23 Oct 1998 12:57:44 +0200
changeset 5739 f35761a1e1c4
parent 5628 15b7f12ad919
child 6349 f7750d816c21
permissions -rw-r--r--
Added new theory ABexp, removed obsolete theory Simult.

(*  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
*)

HOL_build_completed;    (*Make examples fail if HOL did*)

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";