src/HOL/Induct/ROOT.ML
author paulson
Thu, 11 Nov 1999 10:25:17 +0100
changeset 8005 b64d86018785
parent 7019 71f2155cdd85
child 8917 2ff6f8693c4f
permissions -rw-r--r--
new-style infix declaration for "image"

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