src/HOL/Tools/Nunchaku/nunchaku_collect.ML
changeset 66635 dbe1dc1f0016
parent 66634 56456f388867
child 66646 383d8e388d1b
--- a/src/HOL/Tools/Nunchaku/nunchaku_collect.ML	Fri Sep 08 00:03:00 2017 +0200
+++ b/src/HOL/Tools/Nunchaku/nunchaku_collect.ML	Fri Sep 08 00:03:06 2017 +0200
@@ -1073,7 +1073,7 @@
 
 fun str_of_isa_rec_spec ctxt {const, props, pat_complete} =
   str_of_isa_term_with_type ctxt const ^ (if pat_complete then " [pat_complete]" else "") ^
-  " :=\n " ^ space_implode ";\n " (map (Syntax.string_of_term ctxt) props);
+  " :=\n  " ^ space_implode ";\n  " (map (Syntax.string_of_term ctxt) props);
 
 fun str_of_isa_consts_spec ctxt {consts, props} =
   space_implode " and\n     " (map (str_of_isa_term_with_type ctxt) consts) ^ " :=\n  " ^