Thu, 09 Jun 1994 11:00:37 +0200 new datatype 'mixfix' now pervasive (old one still accesible via OldMixfix);
wenzelm [Thu, 09 Jun 1994 11:00:37 +0200] rev 417
new datatype 'mixfix' now pervasive (old one still accesible via OldMixfix);
Thu, 09 Jun 1994 11:00:01 +0200 restored functor sig;
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;
Thu, 09 Jun 1994 10:59:20 +0200 added axclass.ML, Syntax/mixfix.ML, Thy/thy_syn.ML;
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;
Wed, 01 Jun 1994 15:49:46 +0200 added signature constraint;
wenzelm [Wed, 01 Jun 1994 15:49:46 +0200] rev 414
added signature constraint; replaced 'also' by '|>'; added 'sigclass' section; removed pure_syntax;
Wed, 01 Jun 1994 15:47:27 +0200 removed garbage;
wenzelm [Wed, 01 Jun 1994 15:47:27 +0200] rev 413
removed garbage; adapted to new ThySyn (interface for 'user sections');
Wed, 01 Jun 1994 15:46:11 +0200 restored old functor name;
wenzelm [Wed, 01 Jun 1994 15:46:11 +0200] rev 412
restored old functor name; adapted to new ThySyn;
Wed, 01 Jun 1994 15:44:56 +0200 interface for 'user sections';
wenzelm [Wed, 01 Jun 1994 15:44:56 +0200] rev 411
interface for 'user sections';
Wed, 01 Jun 1994 15:42:25 +0200 replaced infix also by |>
wenzelm [Wed, 01 Jun 1994 15:42:25 +0200] rev 410
replaced infix also by |>
Wed, 01 Jun 1994 13:18:35 +0200 added test for $ISABELLEBIN=source directory, to
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
Wed, 01 Jun 1994 13:11:40 +0200 Improved error messages
lcp [Wed, 01 Jun 1994 13:11:40 +0200] rev 408
Improved error messages
Wed, 01 Jun 1994 08:28:12 +0200 reflected changes in the structure of Thy
nipkow [Wed, 01 Jun 1994 08:28:12 +0200] rev 407
reflected changes in the structure of Thy
Tue, 31 May 1994 13:17:41 +0200 simpset is hidden in a functor now.
nipkow [Tue, 31 May 1994 13:17:41 +0200] rev 406
simpset is hidden in a functor now.
Sun, 29 May 1994 15:14:28 +0200 Internale optimization of the simplifier: in case a subterm stays unchanged,
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.
Thu, 26 May 1994 16:53:58 +0200 axiomatic type class 'package' for Pure (alpha version);
wenzelm [Thu, 26 May 1994 16:53:58 +0200] rev 404
axiomatic type class 'package' for Pure (alpha version);
Thu, 26 May 1994 16:51:46 +0200 added "axclass.ML", structure AxClass;
wenzelm [Thu, 26 May 1994 16:51:46 +0200] rev 403
added "axclass.ML", structure AxClass;
Thu, 26 May 1994 16:45:56 +0200 added subsort, norm_sort, classes;
wenzelm [Thu, 26 May 1994 16:45:56 +0200] rev 402
added subsort, norm_sort, classes; minor internal cleanups;
Thu, 26 May 1994 16:45:08 +0200 replaced "logic" by logicC;
wenzelm [Thu, 26 May 1994 16:45:08 +0200] rev 401
replaced "logic" by logicC; added subsort, norm_sort;
Thu, 26 May 1994 16:43:48 +0200 replaced ext_axtab by new_axioms;
wenzelm [Thu, 26 May 1994 16:43:48 +0200] rev 400
replaced ext_axtab by new_axioms;
Thu, 26 May 1994 16:43:24 +0200 added class_triv: theory -> class -> thm (for axclasses);
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;
Thu, 26 May 1994 16:40:45 +0200 added mk_type, dest_type, mk_inclass, dest_inclass (for axclasses);
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;
Thu, 26 May 1994 13:45:43 +0200 changed syntax of use_string
clasohm [Thu, 26 May 1994 13:45:43 +0200] rev 397
changed syntax of use_string
Thu, 26 May 1994 13:37:51 +0200 changed use_string's type to string list -> unit because POLY can only
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
Thu, 26 May 1994 12:55:52 +0200 "Building new grammar" message is no longer displayed by empty_gram
clasohm [Thu, 26 May 1994 12:55:52 +0200] rev 395
"Building new grammar" message is no longer displayed by empty_gram
Tue, 24 May 1994 09:04:03 +0200 Modified mk_meta_eq to leave meta-equlities on unchanged.
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.
Thu, 19 May 1994 17:06:24 +0200 thy reader now initialised by init_thy_reader();
wenzelm [Thu, 19 May 1994 17:06:24 +0200] rev 393
thy reader now initialised by init_thy_reader();
Thu, 19 May 1994 16:42:04 +0200 *** empty log message ***
wenzelm [Thu, 19 May 1994 16:42:04 +0200] rev 392
*** empty log message ***
Thu, 19 May 1994 16:30:56 +0200 (was Thy/read.ML)
wenzelm [Thu, 19 May 1994 16:30:56 +0200] rev 391
(was Thy/read.ML) minor changes to accomodate new ThyScan and ThyParse;
Thu, 19 May 1994 16:27:16 +0200 *** empty log message ***
wenzelm [Thu, 19 May 1994 16:27:16 +0200] rev 390
*** empty log message ***
(0) -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip