src/HOL/ex/ExecutableContent.thy
author wenzelm
Wed, 15 Oct 2008 21:45:02 +0200
changeset 28605 12d6087ec18c
parent 28229 4f06fae6a55e
child 28952 15a4b2cf8c34
permissions -rw-r--r--
tuned;

(*  ID:         $Id$
    Author:     Florian Haftmann, TU Muenchen
*)

header {* A huge set of executable constants *}

theory ExecutableContent
imports
  Complex_Main
  AssocList
  Binomial
  Commutative_Ring
  Enum
  List_Prefix
  Nat_Infinity
  Nested_Environment
  Option_ord
  Permutation
  Primes
  Product_ord
  SetsAndFunctions
  While_Combinator
  Word
  "~~/src/HOL/ex/Commutative_Ring_Complete"
  "~~/src/HOL/ex/Records"
begin

end