src/HOL/Isar_Examples/ROOT.ML
author huffman
Thu, 17 Nov 2011 12:38:03 +0100
changeset 45544 c0304794e9e4
parent 37672 645eb9fec794
child 46582 dcc312f22ee8
permissions -rw-r--r--
move definitions of bitwise operators into appropriate document section

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

no_document use_thys ["../Number_Theory/Primes"];

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