src/HOL/Tools/record.ML
changeset 35363 09489d8ffece
parent 35262 9ea4445d2ccf
child 35408 b48ab741683b
--- a/src/HOL/Tools/record.ML	Thu Feb 25 22:15:27 2010 +0100
+++ b/src/HOL/Tools/record.ML	Thu Feb 25 22:17:33 2010 +0100
@@ -762,8 +762,7 @@
     mk_ext (field_types_tr t)
   end;
 
-(* FIXME @{type_syntax} *)
-fun record_type_tr ctxt [t] = record_field_types_tr (Syntax.const "Product_Type.unit") ctxt t
+fun record_type_tr ctxt [t] = record_field_types_tr (Syntax.const @{type_syntax unit}) ctxt t
   | record_type_tr _ ts = raise TERM ("record_type_tr", ts);
 
 fun record_type_scheme_tr ctxt [t, more] = record_field_types_tr more ctxt t