src/HOL/Induct/ROOT.ML
author berghofe
Fri, 16 Jul 1999 14:03:33 +0200
changeset 7019 71f2155cdd85
parent 6349 f7750d816c21
child 8917 2ff6f8693c4f
permissions -rw-r--r--
Added new example (infinitely branching trees).

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