src/HOL/ex/ExecutableContent.thy
author chaieb
Fri, 30 Jan 2009 13:24:23 +0000
changeset 29696 477c7fcc0777
parent 29125 d41182a8135c
child 30328 ab47f43f7581
permissions -rw-r--r--
Some applications of formal power Series

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

text {* However, some aren't executable *}

declare pair_leq_def[code del]
declare max_weak_def[code del]
declare min_weak_def[code del]
declare ms_weak_def[code del]

end