src/Tools/nbe.ML
changeset 24713 8b3b6d09ef40
parent 24680 0d355aa59e67
child 24839 199c48ec5a09
--- a/src/Tools/nbe.ML	Tue Sep 25 17:06:14 2007 +0200
+++ b/src/Tools/nbe.ML	Tue Sep 25 17:06:18 2007 +0200
@@ -82,12 +82,12 @@
 (* global functions store *)
 
 structure Nbe_Functions = CodeDataFun
-(struct
+(
   type T = Univ Symtab.table;
   val empty = Symtab.empty;
   fun merge _ = Symtab.merge (K true);
   fun purge _ _ _ = Symtab.empty;
-end);
+);
 
 (* sandbox communication *)