blanchet [Fri, 14 Feb 2014 18:42:43 +0100] rev 55486
generate proper 'DtRec' indices in 'datatype_new_compat' for the case where some types are duplicated
blanchet [Fri, 14 Feb 2014 17:18:28 +0100] rev 55485
better handling of recursion through functions
blanchet [Fri, 14 Feb 2014 16:22:09 +0100] rev 55484
added examples/tests
blanchet [Fri, 14 Feb 2014 16:21:41 +0100] rev 55483
tuned code to allow mutualized corecursion through different functions with the same target type
blanchet [Fri, 14 Feb 2014 15:39:43 +0100] rev 55482
removed assumption in 'primrec_new' that a given constructor can only occur once
blanchet [Fri, 14 Feb 2014 15:14:35 +0100] rev 55481
generate unique names
blanchet [Fri, 14 Feb 2014 15:03:24 +0100] rev 55480
allow different functions to recurse on the same type, like in the old package
blanchet [Fri, 14 Feb 2014 15:03:23 +0100] rev 55479
improved 'datatype_new_compat': generate more fixpoint equations for types like 'datatype_new x = C (x list) (x list)' (here, one equation for each x list instead of a single for both), for higher compatibility + code generation attributes on the recursor
traytel [Fri, 14 Feb 2014 14:54:08 +0100] rev 55478
made N2M more robust w.r.t. identical nested types
traytel [Fri, 14 Feb 2014 13:45:29 +0100] rev 55477
register bnfs for (co)datatypes under their proper name (lost in af71b753c459)
wenzelm [Fri, 14 Feb 2014 11:10:28 +0100] rev 55476
updated keywords;
blanchet [Fri, 14 Feb 2014 10:33:57 +0100] rev 55475
restored old 'remotify' logic -- too many bugs were introduced when refactoring the code
blanchet [Fri, 14 Feb 2014 07:53:46 +0100] rev 55474
more (co)datatype docs
blanchet [Fri, 14 Feb 2014 07:53:46 +0100] rev 55473
hide 'rel' name -- this one is waiting to be merged with 'list_all2'