src/HOL/Decision_Procs/Decision_Procs.thy
author wenzelm
Sun, 15 Nov 2009 00:23:26 +0100
changeset 33689 d0a9ce721e0c
parent 33356 9157d0f9f00e
child 35044 7c761a4bd91f
permissions -rw-r--r--
properly inlined @{lemma} antiqutations -- might also reduce proof terms a bit;

header {* Various decision procedures, typically involving reflection *}

theory Decision_Procs
imports
  Commutative_Ring Cooper Ferrack MIR Approximation Dense_Linear_Order Parametric_Ferrante_Rackoff
  Commutative_Ring_Complete
  "ex/Commutative_Ring_Ex" "ex/Approximation_Ex" "ex/Dense_Linear_Order_Ex"
begin

end