wenzelm [Thu, 09 Jun 1994 11:00:37 +0200] rev 417
new datatype 'mixfix' now pervasive (old one still accesible via OldMixfix);
wenzelm [Thu, 09 Jun 1994 11:00:01 +0200] rev 416
restored functor sig;
added str_of_sort, str_of_arity, rem_sorts;
minor internal cleanup;
wenzelm [Thu, 09 Jun 1994 10:59:20 +0200] rev 415
added axclass.ML, Syntax/mixfix.ML, Thy/thy_syn.ML;
removed Syntax/earley0A.ML, Thy/scan.ML, Thy/parse.ML;
wenzelm [Wed, 01 Jun 1994 15:49:46 +0200] rev 414
added signature constraint;
replaced 'also' by '|>';
added 'sigclass' section;
removed pure_syntax;
wenzelm [Wed, 01 Jun 1994 15:47:27 +0200] rev 413
removed garbage;
adapted to new ThySyn (interface for 'user sections');
wenzelm [Wed, 01 Jun 1994 15:46:11 +0200] rev 412
restored old functor name;
adapted to new ThySyn;
wenzelm [Wed, 01 Jun 1994 15:44:56 +0200] rev 411
interface for 'user sections';
wenzelm [Wed, 01 Jun 1994 15:42:25 +0200] rev 410
replaced infix also by |>
lcp [Wed, 01 Jun 1994 13:18:35 +0200] rev 409
added test for $ISABELLEBIN=source directory, to
avoid isabelle/Pure being mistaken for bin/Pure
lcp [Wed, 01 Jun 1994 13:11:40 +0200] rev 408
Improved error messages
nipkow [Wed, 01 Jun 1994 08:28:12 +0200] rev 407
reflected changes in the structure of Thy
nipkow [Tue, 31 May 1994 13:17:41 +0200] rev 406
simpset is hidden in a functor now.
nipkow [Sun, 29 May 1994 15:14:28 +0200] rev 405
Internale optimization of the simplifier: in case a subterm stays unchanged,
None is returned. Speeds things up a little bit and is going to be useful
later on.
wenzelm [Thu, 26 May 1994 16:53:58 +0200] rev 404
axiomatic type class 'package' for Pure (alpha version);
wenzelm [Thu, 26 May 1994 16:51:46 +0200] rev 403
added "axclass.ML", structure AxClass;
wenzelm [Thu, 26 May 1994 16:45:56 +0200] rev 402
added subsort, norm_sort, classes;
minor internal cleanups;
wenzelm [Thu, 26 May 1994 16:45:08 +0200] rev 401
replaced "logic" by logicC;
added subsort, norm_sort;
wenzelm [Thu, 26 May 1994 16:43:48 +0200] rev 400
replaced ext_axtab by new_axioms;
wenzelm [Thu, 26 May 1994 16:43:24 +0200] rev 399
added class_triv: theory -> class -> thm (for axclasses);
renamed ext_axtab to new_axioms;
restored functor sig constraint :THM;
wenzelm [Thu, 26 May 1994 16:40:45 +0200] rev 398
added mk_type, dest_type, mk_inclass, dest_inclass (for axclasses);
restored functor sig constraint :LOGIC;
clasohm [Thu, 26 May 1994 13:45:43 +0200] rev 397
changed syntax of use_string
clasohm [Thu, 26 May 1994 13:37:51 +0200] rev 396
changed use_string's type to string list -> unit because POLY can only
handle one command per string
clasohm [Thu, 26 May 1994 12:55:52 +0200] rev 395
"Building new grammar" message is no longer displayed by empty_gram
nipkow [Tue, 24 May 1994 09:04:03 +0200] rev 394
Modified mk_meta_eq to leave meta-equlities on unchanged.
Thus you may now add ==-thms to simpsets.
wenzelm [Thu, 19 May 1994 17:06:24 +0200] rev 393
thy reader now initialised by init_thy_reader();
wenzelm [Thu, 19 May 1994 16:42:04 +0200] rev 392
*** empty log message ***
wenzelm [Thu, 19 May 1994 16:30:56 +0200] rev 391
(was Thy/read.ML)
minor changes to accomodate new ThyScan and ThyParse;
wenzelm [Thu, 19 May 1994 16:27:16 +0200] rev 390
*** empty log message ***