dropped unused binding
authorhaftmann
Thu, 14 Jan 2010 17:54:55 +0100
changeset 34903 d75704c60768
parent 34902 780172c006e1
child 34904 9c4d5db7c7ad
dropped unused binding
src/HOL/Tools/inductive_set.ML
--- a/src/HOL/Tools/inductive_set.ML	Thu Jan 14 17:54:54 2010 +0100
+++ b/src/HOL/Tools/inductive_set.ML	Thu Jan 14 17:54:55 2010 +0100
@@ -34,7 +34,7 @@
 val collect_mem_simproc =
   Simplifier.simproc (theory "Set") "Collect_mem" ["Collect t"] (fn thy => fn ss =>
     fn S as Const ("Collect", Type ("fun", [_, T])) $ t =>
-         let val (u, Ts, ps) = HOLogic.strip_psplits t
+         let val (u, _, ps) = HOLogic.strip_psplits t
          in case u of
            (c as Const ("op :", _)) $ q $ S' =>
              (case try (HOLogic.strip_ptuple ps) q of