src/FOLP/ex/ROOT.ML
author wenzelm
Fri, 13 Aug 2010 18:21:19 +0200
changeset 38370 8b15d0f98962
parent 35762 af3ff2ba4c54
permissions -rw-r--r--
explicit Document.State value, instead of individual state variables in Session, Command, Document; Session.snapshot: pure value based on Document.State; Document.edit_texts: no treatment of state assignment here;

(*  Title:      FOLP/ex/ROOT.ML
    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"
];