src/HOL/ex/ExecutableContent.thy
author wenzelm
Thu, 23 Oct 2008 15:28:05 +0200
changeset 28675 fb68c0767004
parent 28229 4f06fae6a55e
child 28952 15a4b2cf8c34
permissions -rw-r--r--
renamed get_axiom_i to axiom, removed obsolete get_axiom; reduced pervasive names;

(*  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