Eta-expanded a function decl to make sml/nj happy
authorpaulson
Fri, 17 Oct 1997 11:10:54 +0200
changeset 3916 be9ae8de1615
parent 3915 0eb9b9dd4de6
child 3917 6ea5f9101c3e
Eta-expanded a function decl to make sml/nj happy
src/Pure/Thy/thy_parse.ML
--- a/src/Pure/Thy/thy_parse.ML	Fri Oct 17 11:10:13 1997 +0200
+++ b/src/Pure/Thy/thy_parse.ML	Fri Oct 17 11:10:54 1997 +0200
@@ -415,7 +415,7 @@
 
 (* global *)
 
-val global_decl = empty >> K "\"/\"";
+fun global_decl x = (empty >> K "\"/\"") x;