src/HOL/Isar_Examples/ROOT.ML
author huffman
Fri, 30 Mar 2012 08:04:28 +0200
changeset 47210 b1dd32b2a505
parent 46582 dcc312f22ee8
child 47871 861dc9184920
permissions -rw-r--r--
move lemma card_UNIV_bool from Nat_Numeral.thy to Finite_Set.thy

(* Miscellaneous Isabelle/Isar examples for Higher-Order Logic. *)

no_document use_thys ["~~/src/HOL/Library/Lattice_Syntax", "../Number_Theory/Primes"];

use_thys [
  "Basic_Logic",
  "Cantor",
  "Peirce",
  "Drinker",
  "Expr_Compiler",
  "Group",
  "Summation",
  "Knaster_Tarski",
  "Mutilated_Checkerboard",
  "Puzzle",
  "Nested_Datatype",
  "Hoare_Ex"
];