src/FOLP/ex/ROOT.ML
author wenzelm
Wed, 02 Dec 2009 12:04:07 +0100
changeset 33930 6a973bd43949
parent 26408 6964c4799f47
child 35762 af3ff2ba4c54
permissions -rw-r--r--
slightly less ambitious settings, to avoid potential out-of-memory problem;

(*  Title:      FOLP/ex/ROOT.ML
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1992  University of Cambridge

Examples for First-Order Logic. 
*)

use_thys [
  "Intro",
  "Nat",
  "Foundation",
  "If",
  "Intuitionistic",
  "Classical",
  "Propositional_Int",
  "Quantifiers_Int",
  "Propositional_Cla",
  "Quantifiers_Cla"
];