made SML/NJ happy;
authorwenzelm
Tue, 31 Dec 2013 11:19:14 +0100
changeset 54882 61276a7fc369
parent 54881 dff57132cf18
child 54883 dd04a8b654fc
made SML/NJ happy;
src/Pure/Isar/class_declaration.ML
--- a/src/Pure/Isar/class_declaration.ML	Mon Dec 30 20:35:17 2013 +0100
+++ b/src/Pure/Isar/class_declaration.ML	Tue Dec 31 11:19:14 2013 +0100
@@ -368,9 +368,11 @@
 
 in
 
-val subclass = gen_subclass (K I) user_proof;
 fun prove_subclass before_exit tac = gen_subclass (K I) (tactic_proof tac) before_exit;
-val subclass_cmd = gen_subclass (Proof_Context.read_class o Proof_Context.init_global) user_proof;
+
+fun subclass x = gen_subclass (K I) user_proof x;
+fun subclass_cmd x =
+  gen_subclass (Proof_Context.read_class o Proof_Context.init_global) user_proof x;
 
 end; (*local*)