Sun, 18 Dec 2011 11:29:13 -0500 |
Adam Chlipala |
Add a new scoping check for unification variables, to fix a type inference bug |
Sat, 15 Oct 2011 10:19:50 -0400 |
Adam Chlipala |
Improved unification of record literals in type class resolution |
Sun, 01 May 2011 00:26:08 -0430 |
Karn Kallio |
Fix bug in projection of constructors from modules in class rules. |
Tue, 26 Apr 2011 00:11:21 -0430 |
Karn Kallio |
Fix for projection of type class constructors in signatures. |
Thu, 02 Dec 2010 12:24:09 -0500 |
Adam Chlipala |
More hnorm during type class resolution |
Sun, 10 Oct 2010 14:41:03 -0400 |
Adam Chlipala |
Hopeful fix for the Great Unification Bug |
Tue, 07 Sep 2010 08:28:07 -0400 |
Adam Chlipala |
Server-side 'onError' |
Thu, 03 Jun 2010 13:04:37 -0400 |
Adam Chlipala |
Some serious bug-fix work to get HTML example to compile; this includes fixing a bug with 'val' patterns in Unnest and the need for more local reduction in Especialize |
Sun, 04 Apr 2010 12:29:34 -0400 |
Adam Chlipala |
Pushing policies through |
Tue, 15 Dec 2009 10:19:05 -0500 |
Adam Chlipala |
Convert to task syntax |
Sun, 13 Dec 2009 14:20:41 -0500 |
Adam Chlipala |
Initializers and setval |
Sat, 05 Dec 2009 14:34:44 -0500 |
Adam Chlipala |
Recursive hnormSgn for projections of signatures from modules |
Thu, 06 Aug 2009 15:23:04 -0400 |
Adam Chlipala |
Fix type class resolution infinite loop, discovered while meeting with Ezra |
Tue, 16 Jun 2009 14:38:01 -0400 |
Adam Chlipala |
Fix a bug in type class enrichment from substructures |
Thu, 28 May 2009 12:07:05 -0400 |
Adam Chlipala |
Destructing local let, to the point where demo compiles |
Sat, 16 May 2009 15:14:17 -0400 |
Adam Chlipala |
Mutual datatypes through Elaborate |
Tue, 28 Apr 2009 15:04:37 -0400 |
Adam Chlipala |
A view query works |
Tue, 28 Apr 2009 14:02:23 -0400 |
Adam Chlipala |
Preparing to allow views in SELECT FROM clauses |
Tue, 28 Apr 2009 11:05:28 -0400 |
Adam Chlipala |
LEFT JOIN |
Sun, 12 Apr 2009 14:19:15 -0400 |
Adam Chlipala |
Classes as optional arguments to Basis.tag |
Sun, 12 Apr 2009 12:31:54 -0400 |
Adam Chlipala |
Stop tracking CSS classes in XML types |
Sun, 12 Apr 2009 10:08:11 -0400 |
Adam Chlipala |
style declarations |
Thu, 09 Apr 2009 12:31:56 -0400 |
Adam Chlipala |
Made type class system very general; demo compiles |
Tue, 07 Apr 2009 16:14:31 -0400 |
Adam Chlipala |
PRIMARY KEY |
Tue, 07 Apr 2009 14:11:32 -0400 |
Adam Chlipala |
Track uniqueness sets in table types |
Tue, 07 Apr 2009 12:24:31 -0400 |
Adam Chlipala |
UNIQUE constraints |
Sun, 29 Mar 2009 14:13:50 -0400 |
Adam Chlipala |
Expunging nullable fields |
Thu, 26 Mar 2009 15:54:04 -0400 |
Adam Chlipala |
Enforce termination of type class instances |
Thu, 26 Mar 2009 15:13:36 -0400 |
Adam Chlipala |
Type class inclusions |
Thu, 26 Mar 2009 14:37:31 -0400 |
Adam Chlipala |
Type class reductions, but no inclusions yet |
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 |
Fri, 19 Dec 2008 10:03:31 -0500 |
Adam Chlipala |
Initial conversion to arbitrary-kind classes |
Thu, 27 Nov 2008 11:06:10 -0500 |
Adam Chlipala |
Catch another unneeded lift in ElabEnv.pushCRel |
Thu, 27 Nov 2008 10:40:29 -0500 |
Adam Chlipala |
Remove unnecessary lifts in ElabEnv.pushCRel |
Thu, 06 Nov 2008 19:43:48 -0500 |
Adam Chlipala |
Tree demo working (and other assorted regressions fixed) |
Thu, 06 Nov 2008 15:37:38 -0500 |
Adam Chlipala |
Inserted a NULL value |
Thu, 06 Nov 2008 10:43:48 -0500 |
Adam Chlipala |
Cookies through explify |
Thu, 06 Nov 2008 10:29:55 -0500 |
Adam Chlipala |
Cookies through elaborate |
Sat, 01 Nov 2008 17:19:12 -0400 |
Adam Chlipala |
Fix some type-class detection |
Sat, 01 Nov 2008 15:58:55 -0400 |
Adam Chlipala |
First Unnest tests working |
Sat, 01 Nov 2008 11:17:29 -0400 |
Adam Chlipala |
Elaborating 'let' |
Thu, 23 Oct 2008 17:35:10 -0400 |
Adam Chlipala |
Fix bug with bringing functor argument instances into scope; Ref demo, minus prose |
Tue, 21 Oct 2008 16:41:11 -0400 |
Adam Chlipala |
New implicit argument handling |
Sun, 14 Sep 2008 19:03:55 -0400 |
Adam Chlipala |
Crud update form |
Sun, 14 Sep 2008 11:02:18 -0400 |
Adam Chlipala |
SQL sequences |
Thu, 11 Sep 2008 19:59:31 -0400 |
Adam Chlipala |
Fixed a mind-numbing De Bruijn bug |
Sun, 07 Sep 2008 13:29:01 -0400 |
Adam Chlipala |
pquery working with all four types of columns |
Tue, 02 Sep 2008 10:51:41 -0400 |
Adam Chlipala |
'database' declaration threaded through compiler |
Thu, 28 Aug 2008 14:48:33 -0400 |
Adam Chlipala |
Transactions and queries, at source level |
Thu, 21 Aug 2008 14:45:31 -0400 |
Adam Chlipala |
Resolving lingering type class constraints |
Sat, 16 Aug 2008 16:57:21 -0400 |
Adam Chlipala |
Signature ascription for type classes |
Sat, 16 Aug 2008 16:30:07 -0400 |
Adam Chlipala |
Fun with type classes and modules |
Sat, 16 Aug 2008 15:58:25 -0400 |
Adam Chlipala |
Looking up in a type class from a module |
Sat, 16 Aug 2008 14:45:23 -0400 |
Adam Chlipala |
Explifying type classes |
Sat, 16 Aug 2008 14:32:18 -0400 |
Adam Chlipala |
Initial type class support |
Thu, 14 Aug 2008 15:24:59 -0400 |
Adam Chlipala |
Elaborating 'SELECT *' queries |
Thu, 14 Aug 2008 13:20:29 -0400 |
Adam Chlipala |
Parsing and elaborating 'table' |
Fri, 08 Aug 2008 10:28:32 -0400 |
Adam Chlipala |
Parametrized datatypes through explify |
Sun, 03 Aug 2008 19:49:21 -0400 |
Adam Chlipala |
Datatype representation optimization |
Sun, 03 Aug 2008 18:53:20 -0400 |
Adam Chlipala |
bool in Basis |