src/HOL/Isar_Examples/ROOT.ML
author haftmann
Mon, 05 Jul 2010 14:34:28 +0200
changeset 37709 70fafefbcc98
parent 37672 645eb9fec794
child 46582 dcc312f22ee8
permissions -rw-r--r--
simplified representation of monad type

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