log src/reduce.sml

age author description
Sun, 22 Feb 2009 17:17:01 -0500 Adam Chlipala demo/hello compiles with kind polymorphism
Sun, 22 Feb 2009 16:10:25 -0500 Adam Chlipala Start of kind polymorphism, up to the point where demo/hello elaborates with updated Basis/Top
Sat, 21 Feb 2009 15:33:20 -0500 Adam Chlipala "Hello world" compiles, after replacing type-level fold with map
Sun, 15 Feb 2009 10:32:50 -0500 Adam Chlipala First gimpy RPC
Sat, 14 Feb 2009 14:07:56 -0500 Adam Chlipala Start of RPCification
Wed, 26 Nov 2008 15:03:45 -0500 Adam Chlipala crud1 compiles with new Reduce
Wed, 26 Nov 2008 14:51:52 -0500 Adam Chlipala Fix environments for repeat visits for exp reduction
Wed, 26 Nov 2008 12:59:32 -0500 Adam Chlipala Most exp rules for new Reduce
Wed, 26 Nov 2008 12:13:00 -0500 Adam Chlipala Start of new Reduce
Tue, 11 Nov 2008 19:20:37 -0500 Adam Chlipala Add CutMulti
Fri, 31 Oct 2008 09:30:22 -0400 Adam Chlipala Replace 'with' with '++'
Thu, 30 Oct 2008 16:58:54 -0400 Adam Chlipala Especialize
Thu, 23 Oct 2008 12:58:35 -0400 Adam Chlipala Fix nasty de Bruijn substitution bug; TcSum demo
Sun, 14 Sep 2008 15:10:04 -0400 Adam Chlipala Crud supports INSERT
Sat, 13 Sep 2008 10:33:30 -0400 Adam Chlipala Remove unneeded 'rec' in Reduce
Thu, 11 Sep 2008 09:36:47 -0400 Adam Chlipala Unpoly non-recursive function
Sat, 16 Aug 2008 15:09:53 -0400 Adam Chlipala Compiling a con-tuple-using test case
Fri, 08 Aug 2008 17:55:51 -0400 Adam Chlipala Specialization of single-parameter datatypes
Thu, 24 Jul 2008 10:09:21 -0400 Adam Chlipala Record cut
Thu, 17 Jul 2008 12:59:52 -0400 Adam Chlipala MonoReduce
Sun, 13 Jul 2008 10:17:06 -0400 Adam Chlipala Remove closure conversion in favor of zany fun with modules, which also replaces 'page'
Thu, 26 Jun 2008 12:12:06 -0400 Adam Chlipala Reduce efold
Thu, 26 Jun 2008 10:02:34 -0400 Adam Chlipala Cjrize cfold
Sun, 22 Jun 2008 14:23:05 -0400 Adam Chlipala Separate compilation and automatic basis importation
Tue, 10 Jun 2008 18:28:43 -0400 Adam Chlipala Translation to Cjr
Tue, 10 Jun 2008 15:56:33 -0400 Adam Chlipala Closure conversion
Sun, 08 Jun 2008 16:08:31 -0400 Adam Chlipala Reducing known record projections
Sun, 08 Jun 2008 16:02:26 -0400 Adam Chlipala Beta reductions for expressions
Sun, 08 Jun 2008 15:47:44 -0400 Adam Chlipala Some con reducing