src/Pure/Isar/proof.ML
changeset 51226 1973089f1dba
parent 51222 8c3e5fb41139
child 51318 e6524a89c9e3
equal deleted inserted replaced
51225:3fe0d8d55975 51226:1973089f1dba
   112   val show: Method.text option -> (thm list list -> state -> state) ->
   112   val show: Method.text option -> (thm list list -> state -> state) ->
   113     (Thm.binding * (term * term list) list) list -> bool -> state -> state
   113     (Thm.binding * (term * term list) list) list -> bool -> state -> state
   114   val show_cmd: Method.text option -> (thm list list -> state -> state) ->
   114   val show_cmd: Method.text option -> (thm list list -> state -> state) ->
   115     (Attrib.binding * (string * string list) list) list -> bool -> state -> state
   115     (Attrib.binding * (string * string list) list) list -> bool -> state -> state
   116   val schematic_goal: state -> bool
   116   val schematic_goal: state -> bool
       
   117   val is_relevant: state -> bool
   117   val local_future_proof: (state -> ('a * state) future) -> state -> 'a future * state
   118   val local_future_proof: (state -> ('a * state) future) -> state -> 'a future * state
   118   val global_future_proof: (state -> ('a * context) future) -> state -> 'a future * context
   119   val global_future_proof: (state -> ('a * context) future) -> state -> 'a future * context
   119   val local_future_terminal_proof: Method.text_range * Method.text_range option -> bool ->
   120   val local_future_terminal_proof: Method.text_range * Method.text_range option -> bool ->
   120     state -> state
   121     state -> state
   121   val global_future_terminal_proof: Method.text_range * Method.text_range option -> bool ->
   122   val global_future_terminal_proof: Method.text_range * Method.text_range option -> bool ->