src/HOL/Subst/Unify.ML
changeset 5278 a903b66822e2
parent 5184 9b8547a9496a
child 8624 69619f870939
--- a/src/HOL/Subst/Unify.ML	Thu Aug 06 15:47:26 1998 +0200
+++ b/src/HOL/Subst/Unify.ML	Thu Aug 06 15:48:13 1998 +0200
@@ -87,8 +87,7 @@
  * This lemma proves the nested termination condition for the base cases 
  * 3, 4, and 6. 
  *---------------------------------------------------------------------------*)
-Goal
- "~(Var x <: M) ==> \
+Goal "~(Var x <: M) ==> \
 \   ((N1 <| [(x,M)], N2 <| [(x,M)]), (Comb M N1, Comb(Var x) N2)) : unifyRel \
 \ & ((N1 <| [(x,M)], N2 <| [(x,M)]), (Comb(Var x) N1, Comb M N2)) : unifyRel";
 by (case_tac "Var x = M" 1);
@@ -175,8 +174,7 @@
  *---------------------------------------------------------------------------*)
 
 (*Desired rule, copied from the theory file.  Could it be made available?*)
-Goal 
-  "unify(Comb M1 N1, Comb M2 N2) =      \
+Goal "unify(Comb M1 N1, Comb M2 N2) =      \
 \      (case unify(M1,M2)               \
 \        of None => None                \
 \         | Some theta => (case unify(N1 <| theta, N2 <| theta)        \