src/HOL/Isar_examples/ROOT.ML
author wenzelm
Fri, 04 Jun 1999 16:17:20 +0200
changeset 6765 6eba3d69037b
parent 6559 fa203026941c
child 6882 fe4e3d26fa8f
permissions -rw-r--r--
added Group.thy;

(*  Title:      HOL/Isar_examples/ROOT.ML
    ID:         $Id$
    Author:     Markus Wenzel, TU Muenchen

Miscellaneous Isabelle/Isar examples for Higher-Order Logic.
*)

use_thy "BasicLogic";
use_thy "Peirce";
use_thy "Cantor";
use_thy "ExprCompiler";
use_thy "Group";
use_thy "NatSum";