src/ZF/thy_data.ML
author paulson
Mon, 23 Sep 1996 18:18:18 +0200
changeset 2010 0a22b9d63a18
parent 1903 591b76ead155
permissions -rw-r--r--
Simplification of definition of synth

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