proper signature (amending 0f820da558f9);
authorwenzelm
Fri, 06 Sep 2024 14:47:42 +0200
changeset 80815 cd10c7c9f25c
parent 80814 f06fc05f7c01
child 80816 774e5a0c4c9e
proper signature (amending 0f820da558f9);
src/Pure/ML/ml_pp.ML
--- a/src/Pure/ML/ml_pp.ML	Fri Sep 06 14:34:07 2024 +0200
+++ b/src/Pure/ML/ml_pp.ML	Fri Sep 06 14:47:42 2024 +0200
@@ -13,7 +13,7 @@
   val pp_thm: Proof.context -> thm -> Pretty.T
 end;
 
-structure ML_PP: sig end =
+structure ML_PP: ML_PP =
 struct
 
 (* logical context *)