src/FOL/ex/ROOT.ML
author haftmann
Tue, 31 Aug 2010 13:55:54 +0200
changeset 38924 fcd1d0457e27
parent 37134 29bd6c2ffba8
child 40239 c4336e45f199
permissions -rw-r--r--
removed serializer interface redundancies

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