author | wenzelm |
Sun, 28 Dec 1997 15:05:10 +0100 | |
changeset 4491 | 34a53d0c8e8d |
parent 4490 | 14cd07c16e02 |
child 4492 | ab441d89a2cb |
--- a/src/HOL/thy_data.ML Sun Dec 28 15:00:20 1997 +0100 +++ b/src/HOL/thy_data.ML Sun Dec 28 15:05:10 1997 +0100 @@ -46,7 +46,7 @@ exception DatatypeInfo of datatype_info Symtab.table; local - val empty = DatatypeInfo Symtab.null; + val empty = DatatypeInfo Symtab.empty; fun prep_ext (x as DatatypeInfo _) = x; @@ -86,7 +86,7 @@ (* methods *) local - val empty = Records Symtab.null; + val empty = Records Symtab.empty; fun prep_ext (x as Records _) = x;