tuned ML setup;
authorwenzelm
Sun, 23 Sep 2007 22:23:24 +0200
changeset 24679 5b168969ffe0
parent 24678 232e71c2a6d9
child 24680 0d355aa59e67
tuned ML setup;
src/HOL/Dense_Linear_Order.thy
--- a/src/HOL/Dense_Linear_Order.thy	Sun Sep 23 22:11:50 2007 +0200
+++ b/src/HOL/Dense_Linear_Order.thy	Sun Sep 23 22:23:24 2007 +0200
@@ -504,8 +504,7 @@
 fun simps phi = map (Morphism.thm phi) [@{thm "not_less"}, @{thm "not_le"}]
 fun generic_whatis phi =
  let
-  val [lt, le] = map (Morphism.term phi)
-   (ProofContext.read_term_pats dummyT @{context} ["op \<sqsubset>", "op \<sqsubseteq>"]) (* FIXME avoid read? *)
+  val [lt, le] = map (Morphism.term phi) [@{term "op \<sqsubset>"}, @{term "op \<sqsubseteq>"}]
   fun h x t =
    case term_of t of
      Const("op =", _)$y$z => if term_of x aconv y then Ferrante_Rackoff_Data.Eq