# HG changeset patch # User wenzelm # Date 964954366 -7200 # Node ID e9f5768bb656a67398ba3881fae510991fdcbb5d # Parent b285b91cd2b2d9b670bec4d7aa01574a34e48440 local_def(_i): no constraint on var; diff -r b285b91cd2b2 -r e9f5768bb656 src/Pure/Isar/isar_thy.ML --- a/src/Pure/Isar/isar_thy.ML Sun Jul 30 12:52:13 2000 +0200 +++ b/src/Pure/Isar/isar_thy.ML Sun Jul 30 12:52:46 2000 +0200 @@ -103,9 +103,9 @@ * Comment.text) list -> ProofHistory.T -> ProofHistory.T val presume_i: ((string * Proof.context attribute list * (term * (term list * term list)) list) * Comment.text) list -> ProofHistory.T -> ProofHistory.T - val local_def: (string * Args.src list * ((string * string option) * (string * string list))) + val local_def: (string * Args.src list * (string * (string * string list))) * Comment.text -> ProofHistory.T -> ProofHistory.T - val local_def_i: (string * Args.src list * ((string * typ option) * (term * term list))) + val local_def_i: (string * Args.src list * (string * (term * term list))) * Comment.text -> ProofHistory.T -> ProofHistory.T val show: (string * Args.src list * (string * (string list * string list))) * Comment.text -> ProofHistory.T -> ProofHistory.T