src/ZF/thy_data.ML
author wenzelm
Mon, 16 Dec 1996 10:02:17 +0100
changeset 2404 edcc26b1461d
parent 1903 591b76ead155
permissions -rw-r--r--
added symbol_input.ML;

(*  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;