tuned;
authorwenzelm
Sat, 08 Jan 2011 14:30:54 +0100
changeset 41469 287554587af5
parent 41468 0e4f6cf20cdf
child 41470 890b25753bf7
tuned;
src/Pure/raw_simplifier.ML
--- a/src/Pure/raw_simplifier.ML	Sat Jan 08 00:28:31 2011 +0100
+++ b/src/Pure/raw_simplifier.ML	Sat Jan 08 14:30:54 2011 +0100
@@ -295,7 +295,7 @@
 
 fun if_visible (Simpset ({context, ...}, _)) f x =
   (case context of
-    SOME ctxt => if Context_Position.is_visible ctxt then f x else ()
+    SOME ctxt => Context_Position.if_visible ctxt f x
   | NONE => ());
 
 local