src/Pure/Isar/proof.ML
changeset 51226 1973089f1dba
parent 51222 8c3e5fb41139
child 51318 e6524a89c9e3
--- a/src/Pure/Isar/proof.ML	Wed Feb 20 00:00:42 2013 +0100
+++ b/src/Pure/Isar/proof.ML	Wed Feb 20 11:40:30 2013 +0100
@@ -114,6 +114,7 @@
   val show_cmd: Method.text option -> (thm list list -> state -> state) ->
     (Attrib.binding * (string * string list) list) list -> bool -> state -> state
   val schematic_goal: state -> bool
+  val is_relevant: state -> bool
   val local_future_proof: (state -> ('a * state) future) -> state -> 'a future * state
   val global_future_proof: (state -> ('a * context) future) -> state -> 'a future * context
   val local_future_terminal_proof: Method.text_range * Method.text_range option -> bool ->