src/HOL/ex/ExecutableContent.thy
author ballarin
Wed, 17 Dec 2008 17:53:56 +0100
changeset 29240 bb81c3709fb6
parent 28952 15a4b2cf8c34
child 29125 d41182a8135c
permissions -rw-r--r--
More porting to new locales.

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