src/ZF/thy_data.ML
author berghofe
Thu, 08 Aug 1996 16:28:37 +0200
changeset 1903 591b76ead155
permissions -rw-r--r--
Initial revision of thy_data.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;