src/HOL/Isar_Examples/ROOT.ML
author blanchet
Wed, 28 Apr 2010 18:11:11 +0200
changeset 36550 f8da913b6c3a
parent 33026 8f35633c4922
child 37672 645eb9fec794
permissions -rw-r--r--
make sure short theorem names are preferred to composite ones in Sledgehammer; this code used to work at some point

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