paulson [Mon, 26 May 1997 12:29:10 +0200] rev 3332
More de-HOL-ification
paulson [Mon, 26 May 1997 12:28:30 +0200] rev 3331
Now checks the name of the function being defined
paulson [Mon, 26 May 1997 12:27:58 +0200] rev 3330
Deleted unused functions
paulson [Mon, 26 May 1997 12:26:35 +0200] rev 3329
Now a Perl script. No longer requires commands to be at the beginnings of
lines. RESTRICTION: no longer expands tabs to spaces. No longer lists the
files it is altering.
paulson [Mon, 26 May 1997 12:25:15 +0200] rev 3328
Slight simplifications
slotosch [Sun, 25 May 1997 18:45:25 +0200] rev 3327
Eliminated ccc1. Moved ID,oo into Cfun.
slotosch [Sun, 25 May 1997 16:59:40 +0200] rev 3326
Moved the classes flat chfin from Fix to Pcpo.
Corresponding theorems from Fix into Pcpo,Cont,Cfun3
slotosch [Sun, 25 May 1997 16:57:19 +0200] rev 3325
*** empty log message ***
slotosch [Sun, 25 May 1997 16:17:09 +0200] rev 3324
Eliminated the prediates flat,chfin
Changed theorems with flat(x::'a) to (x::'a::flat)
Since flat<chfin theorems adm_flat,adm_flatdom are eliminated.
Use adm_chain_finite and adm_chfindom instead!
Examples do not use flat_flat any more
slotosch [Sun, 25 May 1997 11:07:52 +0200] rev 3323
eliminated the constant less by the introduction of the axclass sq_ord
added explicit type ::'a::po in the following theorems:
minimal2UU,antisym_less_inverse,box_less,not_less2not_eq,monofun_pair
and dist_eqI (in domain-package)
added instances
instance fun :: (term,sq_ord)sq_ord
instance "->" :: (term,sq_ord)sq_ord
instance "**" :: (sq_ord,sq_ord)sq_ord
instance "*" :: (sq_ord,sq_ord)sq_ord
instance "++" :: (pcpo,pcpo)sq_ord
instance u :: (sq_ord)sq_ord
instance lift :: (term)sq_ord
instance discr :: (term)sq_ord
wenzelm [Fri, 23 May 1997 18:55:28 +0200] rev 3322
tuned;
nipkow [Fri, 23 May 1997 18:20:20 +0200] rev 3321
arbitrary
nipkow [Fri, 23 May 1997 18:17:53 +0200] rev 3320
Added `arbitrary'
wenzelm [Fri, 23 May 1997 14:52:45 +0200] rev 3319
fixed;
oheimb [Fri, 23 May 1997 14:49:39 +0200] rev 3318
new syntactic priority of lambda abstraction
oheimb [Fri, 23 May 1997 14:48:10 +0200] rev 3317
adapted entry for addss, addSss
nipkow [Fri, 23 May 1997 14:17:40 +0200] rev 3316
news.
nipkow [Fri, 23 May 1997 14:13:51 +0200] rev 3315
Documented `size' function for datatypes.
mueller [Fri, 23 May 1997 13:39:22 +0200] rev 3314
fixed a bug
wenzelm [Fri, 23 May 1997 13:31:59 +0200] rev 3313
removed TFL from test;
wenzelm [Fri, 23 May 1997 11:28:22 +0200] rev 3312
remove cl.cam font server;
wenzelm [Fri, 23 May 1997 10:14:16 +0200] rev 3311
exec the emacs;
nipkow [Fri, 23 May 1997 09:20:35 +0200] rev 3310
Base theory is now Arith, not Nat. (because all datatypes now require Arith).
nipkow [Fri, 23 May 1997 09:18:06 +0200] rev 3309
All datatypes now require Arith.
nipkow [Fri, 23 May 1997 09:17:26 +0200] rev 3308
Added overloaded function `size' for all datatypes.
nipkow [Thu, 22 May 1997 18:29:17 +0200] rev 3307
exhaust_tac can now deal with whole terms rather than just variables.
wenzelm [Thu, 22 May 1997 17:20:55 +0200] rev 3306
added href to Isamode;
wenzelm [Thu, 22 May 1997 16:44:47 +0200] rev 3305
fixed doc;
wenzelm [Thu, 22 May 1997 16:37:00 +0200] rev 3304
adapted to Isamode 2.6;
wenzelm [Thu, 22 May 1997 16:04:48 +0200] rev 3303
tuned Isamode stuff;
paulson [Thu, 22 May 1997 15:13:16 +0200] rev 3302
New headers and other minor changes
paulson [Thu, 22 May 1997 15:11:56 +0200] rev 3301
Now the recdef induction rule variables are named u, v, ...