src/Pure/Isar/code.ML
changeset 41472 f6ab14e61604
parent 40844 5895c525739d
child 41493 f05976d69141
--- a/src/Pure/Isar/code.ML	Sat Jan 08 16:01:51 2011 +0100
+++ b/src/Pure/Isar/code.ML	Sat Jan 08 17:14:48 2011 +0100
@@ -263,7 +263,7 @@
   type T = spec * (data * theory_ref) option Synchronized.var;
   val empty = (make_spec (false, (((Symtab.empty, Symtab.empty), Symtab.empty),
     (Symtab.empty, (Symtab.empty, Symtab.empty)))), empty_dataref ());
-  val extend = I
+  val extend = I  (* FIXME empty_dataref!?! *)
   fun merge ((spec1, _), (spec2, _)) =
     (merge_spec (spec1, spec2), empty_dataref ());
 );
@@ -1238,7 +1238,7 @@
 
 (** infrastructure **)
 
-(* c.f. src/HOL/Tools/recfun_codegen.ML *)
+(* cf. src/HOL/Tools/recfun_codegen.ML *)
 
 structure Code_Target_Attr = Theory_Data
 (