From till at informatik.uni-bremen.de Thu Nov 10 18:21:53 2005 From: till at informatik.uni-bremen.de (Till Mossakowski) Date: Thu Nov 10 18:22:20 2005 Subject: [Hets-devel] Change in UniForM workbench Message-ID: <437381B1.2040106@informatik.uni-bremen.de> Dear friends, I have made a small change in the UniForM workbench; hence you need to recompile it for Hets. (The change has the effect that you can now correctly save and load proof developments.) Greetings, Till -- Till Mossakowski Phone +49-421-218-4683 Dept. of Computer Science Fax +49-421-218-3054 University of Bremen till@tzi.de P.O.Box 330440, D-28334 Bremen http://www.tzi.de/~till From maeder at tzi.de Fri Nov 11 15:46:17 2005 From: maeder at tzi.de (Christian Maeder) Date: Fri Nov 11 15:46:22 2005 Subject: [Hets-devel] theory and signature output Message-ID: <4374AEB9.6000605@tzi.de> Hi, I've introduced further output types into the HetCATS repository (for Markus). Giving "-o th" or "-o sig" on the hets command line will create files with these extensions for every named specification, containing the whole theory or only the signature respectively. (The extension "thy" creates Isabelle theory files) If you only want specific specs, supply an additional "-n " argument. In the future there may be further output types "th.delta" and "sig.delta" to only write the last added part of a theory, i.e. Int without Nat. Cheers Christian Example: maeder@turing:~/casl/CASL-lib> hets -v2 -o th -n Int,Rat Basic/Numbers Processing input: Basic/Numbers Reading file Basic/Numbers.casl Analyzing library Basic/Numbers Analyzing spec Nat Analyzing spec Int Analyzing spec Rat Analyzing spec DecimalFraction Writing file: Basic/Numbers_Int.th Writing file: Basic/Numbers_Rat.th