src/FOL/ex/ROOT.ML
author wenzelm
Fri, 19 Feb 2010 20:41:34 +0100
changeset 35238 18ae6ef02fe0
parent 29752 ad4e3a577fd3
child 37134 29bd6c2ffba8
permissions -rw-r--r--
Thm.def_binding;

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