author | berghofe |
Thu, 08 Aug 1996 16:28:37 +0200 | |
changeset 1903 | 591b76ead155 |
parent 1902 | e349b91cf197 |
child 1904 | 4f77c2fd8f3d |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/ZF/thy_data.ML Thu Aug 08 16:28:37 1996 +0200 @@ -0,0 +1,14 @@ +(* Title: ZF/thy_data.ML + ID: $Id$ + Author: Stefan Berghofer + Copyright 1996 TU Muenchen + +Definitions that have to be reread after init_thy_reader has been invoked +*) + +fun claset_of tname = + case get_thydata tname "claset" of + None => empty_cs + | Some (CS_DATA cs) => cs; + +