tuned whitespace;
authorwenzelm
Fri, 16 Feb 2018 18:25:55 +0100
changeset 67625 eb11d722e3ef
parent 67624 d4cb46bc8360
child 67626 cfa71f9933f4
tuned whitespace;
src/Pure/Isar/class.ML
--- a/src/Pure/Isar/class.ML	Fri Feb 16 18:25:35 2018 +0100
+++ b/src/Pure/Isar/class.ML	Fri Feb 16 18:25:55 2018 +0100
@@ -87,10 +87,12 @@
   Class_Data {consts = consts, base_sort = base_sort,
     base_morph = base_morph, export_morph = export_morph, assm_intro = assm_intro,
     of_class = of_class, axiom = axiom, defs = defs, operations = operations};
+
 fun map_class_data f (Class_Data {consts, base_sort, base_morph, export_morph, assm_intro,
     of_class, axiom, defs, operations}) =
   make_class_data (f ((consts, base_sort, base_morph, export_morph, assm_intro, of_class, axiom),
     (defs, operations)));
+
 fun merge_class_data _ (Class_Data {consts = consts,
     base_sort = base_sort, base_morph = base_morph, export_morph = export_morph, assm_intro = assm_intro,
     of_class = of_class, axiom = axiom, defs = defs1, operations = operations1},