added shyps comment;
authorwenzelm
Tue, 01 Oct 1996 10:43:58 +0200
changeset 2047 a3701c4343ea
parent 2046 fd26cd4da8cf
child 2048 bb54fbba0071
added shyps comment;
src/Pure/thm.ML
--- a/src/Pure/thm.ML	Mon Sep 30 15:29:52 1996 +0200
+++ b/src/Pure/thm.ML	Tue Oct 01 10:43:58 1996 +0200
@@ -363,7 +363,7 @@
   {sign: Sign.sg,		(*signature for hyps and prop*)
    der: deriv,			(*derivation*)
    maxidx: int,			(*maximum index of any Var or TVar*)
-   shyps: sort list,		(* FIXME comment *)
+   shyps: sort list,		(*sort hypotheses*)
    hyps: term list,		(*hypotheses*)
    prop: term};			(*conclusion*)