|  John Benediktsson | f4ccfa0f71 | sets: moving unique/conjoin/conjoin-at to compiler.utilities. | 2017-02-07 18:54:24 -08:00 | 
				
					
						|  John Benediktsson | b141e0d2fb | assocs: moving collect-by from math.statistics. | 2016-12-28 12:56:19 -08:00 | 
				
					
						|  John Benediktsson | fa5441f70a | Revert "assocs-docs: mark assoc-partition and partition as related words" This reverts commit 892e41c1ce. | 2016-08-10 19:42:41 -07:00 | 
				
					
						|  Alexander Iljin | 892e41c1ce | assocs-docs: mark assoc-partition and partition as related words | 2016-08-10 19:42:20 -07:00 | 
				
					
						|  John Benediktsson | 35ca557ce7 | core: use $sequence help-markup in a few places. | 2016-03-16 10:13:56 -07:00 | 
				
					
						|  Doug Coleman | 5dadf77311 | assocs: fix map>alist and docs. | 2015-08-12 08:48:33 -05:00 | 
				
					
						|  Doug Coleman | 114ba4733a | assocs: add map>alist which is { } map>assoc but could map to an alist type sometime. | 2015-08-11 23:43:58 -05:00 | 
				
					
						|  Doug Coleman | 434f08a303 | assocs: Add harvest-keys, harvest-values to core/. Remove assoc-sift because it's sift-keys, sift-values in core/. | 2015-08-08 12:16:48 -05:00 | 
				
					
						|  John Benediktsson | 2c3492a916 | minor cleanup to some docs. | 2015-05-13 16:09:14 -07:00 | 
				
					
						|  John Benediktsson | 016e03410d | assocs: adding assoc-reject, assoc-reject-as, assoc-reject!. | 2015-05-12 19:07:00 -07:00 | 
				
					
						|  John Benediktsson | b377ea313c | assocs: moving map-index back to sequences, change zip and zip-index to make alists. | 2014-11-11 18:13:01 -08:00 | 
				
					
						|  Doug Coleman | 46d855665a | assocs: Fix up some stack effects. | 2014-11-08 22:30:07 -08:00 | 
				
					
						|  Doug Coleman | 7cfa9d9518 | assocs: Make map-index-as support seq or assoc exemplars and move map-index, map-index-as to assocs because they need to use new-assoc. Make zip-index-as support assoc exemplars. Fix up docs and tests. assocs.extras: Remove zip-as and move tests to assocs. | 2014-11-08 18:18:00 -08:00 | 
				
					
						|  Doug Coleman | 0a0895f90f | assocs: Add zip-index, zip-index-as and docs/tests. sequences: Add map-index-as for symmetry and docs/tests. | 2014-11-08 00:39:38 -08:00 | 
				
					
						|  John Benediktsson | 98935b7f15 | docs: change ``{ $quotation "( x -- y )" }`` to ``{ $quotation ( x -- y ) }``. | 2014-05-18 20:09:10 -07:00 | 
				
					
						|  Doug Coleman | f320edfa9a | assocs-docs: Link of and ?of. | 2013-03-23 15:12:43 -07:00 | 
				
					
						|  John Benediktsson | 356ecca26b | assocs: tweak docs for new-assoc. | 2013-03-23 15:04:42 -07:00 | 
				
					
						|  Doug Coleman | 8c19602ae9 | assocs: Add of and ?of. Change all the things at once! Fixes #701. | 2013-03-23 14:59:07 -07:00 | 
				
					
						|  Doug Coleman | 27f445d505 | assocs: Add sift-keys and sift-values. Remove three other implementations of sift-values and use the new one. | 2012-08-23 22:36:10 -07:00 | 
				
					
						|  John Benediktsson | be68b9d539 | assocs: improve stack effect docs for "?at". | 2011-09-26 11:32:20 -07:00 | 
				
					
						|  John Benediktsson | d58bc08aa0 | Update code that did ">alist sort-" to just "sort-". | 2011-04-07 09:01:21 -07:00 | 
				
					
						|  Keita Haga | 27f1abd70e | assocs: fix a few typos in docs | 2011-02-08 00:35:15 +09:00 | 
				
					
						|  Keita Haga | a2da8f77db | assocs: fix description of inputs and outputs values in many words | 2011-01-17 18:26:20 +09:00 | 
				
					
						|  Keita Haga | 9e25c9d5ae | assocs: correct the class of output value in assoc-subset? word | 2011-01-17 17:35:07 +09:00 | 
				
					
						|  Keita Haga | 9615a167ba | assocs: fix sample output in usage example of assoc-map word | 2011-01-17 05:32:08 +09:00 | 
				
					
						|  Keita Haga | 8d2ceda8f3 | assocs, math.bitwise: remove first blank line and useless whitespace in a few usage examples | 2011-01-17 00:12:28 +09:00 | 
				
					
						|  Samuel Tardieu | b1a2570655 | Add documentation for assocs:assoc-refine | 2010-10-11 11:09:46 +02:00 | 
				
					
						|  Joe Groff | b4867f4a1c | assocs: add effect declarations to assoc combinators | 2010-04-14 15:08:32 -07:00 | 
				
					
						|  Philipp Brüschweiler | eb8344a5a5 | assocs: doc fixes | 2010-02-19 11:26:01 +01:00 | 
				
					
						|  Slava Pestov | a495f8e099 | assocs: move conjoin and conjoin-at to assoc docs | 2010-02-16 15:29:46 +13:00 | 
				
					
						|  Slava Pestov | 10fe9a811b | Fix classes.tuple tests and assocs help lint | 2010-02-04 08:04:47 +13:00 | 
				
					
						|  Slava Pestov | 11be5a4bd5 | Rename update to assoc-union!, add assoc-filter! assoc-diff! words | 2010-02-04 02:55:00 +13:00 | 
				
					
						|  Brad Christensen | 9b9322ea1e | A number of documentation fixes and cleanup. | 2010-02-03 00:05:03 -07:00 | 
				
					
						|  Slava Pestov | 0612bc6177 | Factor source files should not be executable | 2009-11-21 17:50:43 -06:00 | 
				
					
						|  Slava Pestov | 299b5b0f6c | filter-here -> filter! | 2009-10-28 00:44:05 -05:00 | 
				
					
						|  Slava Pestov | b7e05a525b | remove unused and really confusing remove-all word | 2009-10-27 23:45:03 -05:00 | 
				
					
						|  Slava Pestov | 951e3e9c83 | delete-nth -> remove-nth! | 2009-10-27 23:41:57 -05:00 | 
				
					
						|  Keith Lazuka | 405e5d015b | docs: change $subsection to $subsections | 2009-10-02 12:15:48 -04:00 | 
				
					
						|  Doug Coleman | e38e85ce5e | document 2cache | 2009-05-25 11:03:40 -05:00 | 
				
					
						|  Doug Coleman | 5a3a14d1c9 | remove at-default.  it was hardly used and it's just '?at drop' | 2009-05-24 21:46:59 -05:00 | 
				
					
						|  Slava Pestov | 66a9416473 | Update documentation for stricter vocabulary search path semantics | 2009-05-16 00:29:21 -05:00 | 
				
					
						|  Slava Pestov | c074c2c93b | Fix >alist docs | 2009-04-23 19:07:27 -05:00 | 
				
					
						|  Doug Coleman | ff44ef224d | add ?at, tests, documentation | 2009-02-22 17:13:18 -06:00 | 
				
					
						|  Doug Coleman | 3c408342ef | renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail | 2009-01-29 22:19:07 -06:00 | 
				
					
						|  Slava Pestov | a9ef525aed | Help lint fixes for stricter help lint | 2009-01-27 04:12:37 -06:00 | 
				
					
						|  Slava Pestov | ecbb36ad80 | Fix assocs help-lint | 2009-01-27 01:37:04 -06:00 | 
				
					
						|  Slava Pestov | c41161277d | Add assoc-partition combinator, and re-implement assoc-filter in a more straightforward fashion | 2009-01-26 23:19:49 -06:00 | 
				
					
						|  Doug Coleman | 66f5694462 | document more core/ words | 2009-01-17 22:15:57 -06:00 | 
				
					
						|  Slava Pestov | a90118da5d | Add inc-at word to core, and update some usages of at+ to use it instead | 2008-12-09 16:54:48 -06:00 | 
				
					
						|  John Benediktsson | 6745e0dad9 | Fix error in the docs for assoc-map. | 2008-12-09 12:35:59 -08:00 |