]> matita.cs.unibo.it Git - helm.git/commitdiff
Deprecated "goal" removed.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 23 Apr 2007 13:40:00 +0000 (13:40 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 23 Apr 2007 13:40:00 +0000 (13:40 +0000)
matita/tests/elim.ma

index 03eafba6a0075dbedf19b75289873dde2e793e57..dbcd0930b9f5c351ddaff68408416bf276cb193f 100644 (file)
@@ -72,7 +72,6 @@ theorem t': \forall x,y. \forall H: sum x y O.
     (\lambda a,b,K. y=a \to O=b \to
         match K with [ (k a b p) \Rightarrow a ] = x)
      ? ? ? H).
- goal 16.
  simplify. intros.
  generalize in match H1.
  rewrite < H2; rewrite < H3.intro.