src/HOL/Isar_Examples/ROOT.ML
author krauss
Tue, 06 Apr 2010 11:00:57 +0200
changeset 36078 59f6773a7d1d
parent 33026 8f35633c4922
child 37672 645eb9fec794
permissions -rw-r--r--
removed (latex output) notation which is sometimes very ugly

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

no_document use_thys ["../Old_Number_Theory/Primes", "../Old_Number_Theory/Fibonacci"];

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