src/Pure/Proof/reconstruct.ML
changeset 70397 f5bce5af361b
parent 69575 f77cc54f6d47
child 70400 65bbef66e2ec
--- a/src/Pure/Proof/reconstruct.ML	Mon Jul 22 16:15:40 2019 +0200
+++ b/src/Pure/Proof/reconstruct.ML	Mon Jul 22 21:55:02 2019 +0200
@@ -34,7 +34,7 @@
   (vars_of prop @ frees_of prop) prf;
 
 
-(**** generate constraints for proof term ****)
+(* generate constraints for proof term *)
 
 fun mk_var env Ts T =
   let val (env', v) = Envir.genvar "a" (env, rev Ts ---> T)
@@ -231,7 +231,7 @@
   in mk_cnstrts env [] [] Symtab.empty cprf end;
 
 
-(**** update list of free variables of constraints ****)
+(* update list of free variables of constraints *)
 
 fun upd_constrs env cs =
   let
@@ -252,7 +252,7 @@
   in check_cs cs end;
 
 
-(**** solution of constraints ****)
+(* solution of constraints *)
 
 fun solve _ [] bigenv = bigenv
   | solve ctxt cs bigenv =
@@ -284,7 +284,7 @@
       end;
 
 
-(**** reconstruction of proofs ****)
+(* reconstruction of proofs *)
 
 fun reconstruct_proof ctxt prop cprf =
   let
@@ -335,8 +335,7 @@
   in reconstruct_proof ctxt (Thm.prop_of thm) (Thm.proof_of thm) end;
 
 
-
-(**** expand and reconstruct subproofs ****)
+(* expand and reconstruct subproofs *)
 
 fun expand_proof ctxt thms prf =
   let