src/FOLP/ex/ROOT.ML
author huffman
Wed, 18 Apr 2012 15:48:32 +0200
changeset 47544 e455cdaac479
parent 35762 af3ff2ba4c54
permissions -rw-r--r--
move constant 'Respects' into Lifting.thy; add quantifier transfer rules for quotients

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