src/HOL/BNF/Tools/bnf_fp_def_sugar.ML
Thu, 02 May 2013 18:25:44 +0200 removed dead code
Thu, 02 May 2013 18:16:28 +0200 tuned signature
Thu, 02 May 2013 16:33:04 +0200 store (co)induction rules in data structure
Thu, 02 May 2013 16:14:14 +0200 tuning names
Thu, 02 May 2013 14:04:56 +0200 export one more function
Thu, 02 May 2013 12:35:02 +0200 rationalized data structure
Thu, 02 May 2013 11:58:18 +0200 added and moved library functions (used in primrec code)
Thu, 02 May 2013 11:19:05 +0200 tuned names -- co_ and un_ with underscore are to be understood as (co) and (un)
Thu, 02 May 2013 10:16:40 +0200 tuning
Thu, 02 May 2013 10:11:14 +0200 more code rationalization
Thu, 02 May 2013 10:05:30 +0200 more code rationalization
Thu, 02 May 2013 09:50:58 +0200 more code rationalization
Thu, 02 May 2013 09:41:29 +0200 refactoring
Wed, 01 May 2013 19:33:49 +0200 renamed a few FP-related files, to make it clear that these are not the sum of LFP + GFP but rather shared basic libraries
Tue, 30 Apr 2013 21:30:36 +0200 tuning
Tue, 30 Apr 2013 18:43:48 +0200 export more functions (useful for primrec_new)
Tue, 30 Apr 2013 17:22:51 +0200 further enrich data structure
Tue, 30 Apr 2013 16:50:09 +0200 more
Tue, 30 Apr 2013 16:42:23 +0200 rationalized terminology (iterator = fold or rec, xxfoo = (co)foo or (un)foo)
Tue, 30 Apr 2013 16:29:31 +0200 added fields to database
Tue, 30 Apr 2013 16:18:21 +0200 tuned data structure
Tue, 30 Apr 2013 16:04:50 +0200 renamed records
Tue, 30 Apr 2013 15:58:32 +0200 added constructors to data structure
Tue, 30 Apr 2013 13:45:43 +0200 added pre-BNFs to database
Tue, 30 Apr 2013 13:38:41 +0200 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
Tue, 30 Apr 2013 13:23:52 +0200 Added maps, sets, rels to "simps" thm collection
Tue, 30 Apr 2013 12:18:40 +0200 comment tuning
Tue, 30 Apr 2013 12:13:28 +0200 tuning
Tue, 30 Apr 2013 11:59:20 +0200 tuning
Tue, 30 Apr 2013 11:28:43 +0200 tuning
Tue, 30 Apr 2013 10:58:25 +0200 signature tuning
Tue, 30 Apr 2013 10:07:41 +0200 whitespace tuning
Tue, 30 Apr 2013 09:53:56 +0200 tuned signature
Mon, 29 Apr 2013 18:52:18 +0200 register all (co)datatypes in local data
Mon, 29 Apr 2013 17:37:00 +0200 create data structure for storing (co)datatype information
Mon, 29 Apr 2013 16:50:01 +0200 use record instead of big tuple
Mon, 29 Apr 2013 14:06:37 +0200 use base names, not full names
Mon, 29 Apr 2013 13:52:14 +0200 tune signatures
Mon, 29 Apr 2013 13:47:46 +0200 tuning
Mon, 29 Apr 2013 13:42:54 +0200 tuning
Mon, 29 Apr 2013 13:40:26 +0200 tuned function signatures
Mon, 29 Apr 2013 11:46:03 +0200 factored out derivation of coinduction, unfold, corec
Mon, 29 Apr 2013 10:37:23 +0200 factored out derivation of induction principles, folds and recs, in preparation for reduction of nested to mutual
Mon, 29 Apr 2013 09:45:14 +0200 use record instead of huge tuple
Mon, 29 Apr 2013 09:10:49 +0200 renamed BNF "(co)data" commands to names that are closer to their final names
Sat, 27 Apr 2013 11:37:50 +0200 tuned ML and thy file names
Fri, 26 Apr 2013 14:14:55 +0200 for compatibility, generate recursor arguments in the same order as old package
Fri, 26 Apr 2013 14:14:54 +0200 tuning in preparation for actual changes
Fri, 26 Apr 2013 14:14:52 +0200 started working on compatibility with old package's recursor
Fri, 26 Apr 2013 12:09:51 +0200 more intuitive syntax for equality-style discriminators of nullary constructors
Fri, 26 Apr 2013 11:04:46 +0200 put an underscore in prefix
Fri, 26 Apr 2013 11:04:45 +0200 changed discriminator default: avoid mixing ctor and dtor views
Thu, 25 Apr 2013 18:27:26 +0200 renamed "wrap_data" to "wrap_free_constructors"
Thu, 25 Apr 2013 18:14:04 +0200 register coinductive type's coinduct rule
Thu, 25 Apr 2013 17:13:24 +0200 generate proper attributes for coinduction rules
Thu, 25 Apr 2013 08:56:10 +0200 simplified code -- no need for two attempts, the error we get from mixfix the first time is good (and better to get than a parse error in the specification because the user tries to use a mixfix that silently failed)
Wed, 24 Apr 2013 22:48:22 +0200 proper error generated for wrong mixfix
Wed, 24 Apr 2013 18:49:52 +0200 honor user-specified name for relator + generalize syntax
Wed, 24 Apr 2013 17:47:22 +0200 renamed "set_natural" to "set_map", reflecting {Bl,Po,Tr} concensus
Wed, 24 Apr 2013 13:16:21 +0200 honor user-specified name for map function