src/FOL/ex/ROOT.ML
author wenzelm
Mon, 01 Mar 2010 17:12:43 +0100
changeset 35414 cc8e4276d093
parent 29752 ad4e3a577fd3
child 37134 29bd6c2ffba8
permissions -rw-r--r--
updated generated files;

(*  Title:      FOL/ex/ROOT.ML

Examples for First-Order Logic. 
*)

use_thys [
  "First_Order_Logic",
  "Natural_Numbers",
  "Intro",
  "Nat",
  "Nat_Class",
  "Foundation",
  "Prolog",
  "Intuitionistic",
  "Propositional_Int",
  "Quantifiers_Int",
  "Classical",
  "Propositional_Cla",
  "Quantifiers_Cla",
  "Miniscope",
  "If",
  "Iff_Oracle"
];

(*regression test for locales -- sets several global flags!*)
no_document use_thy "LocaleTest";