Commit Graph

74 Commits

Author SHA1 Message Date
fa22323fa8 feat(ci): actually try to run the tests 2022-03-29 21:42:49 -07:00
e694886196 chore(package): reformat 2022-03-29 21:26:26 -07:00
6776568df3 feat(exports): export some new functions 2022-03-29 21:12:58 -07:00
702332c031 feat(group-by): add group-by function 2022-03-29 21:10:08 -07:00
f75af164ea feat(keys): add keys function 2022-03-29 21:08:55 -07:00
858bd9d2ff feat(on): make on more conformant with the Haskell function 2022-03-29 20:37:02 -07:00
bd9ef2fba3 feat(transducers): add DATA-LENS.TRANSDUCERS:INTO, with tests 2021-01-09 03:21:04 -08:00
47d7f624ad chore(transducers): record test dependencies 2021-01-09 03:19:27 -08:00
6136075dca chore: update docs 2021-01-06 14:55:01 -08:00
96cc36bb65 chore(transducers): move functions around 2021-01-04 20:19:59 -08:00
b158a4c759 bug: add --quit to Dockerfile 2021-01-04 20:12:11 -08:00
e8b8c327e9 bug: fix CI 2021-01-04 17:42:39 -08:00
d87106a29e bug: fix runs-on in workflow 2021-01-04 16:02:32 -08:00
417b3587c5 chore: begin to setup CI 2021-01-04 16:01:52 -08:00
069826d4c3 chore(transducers): add CI for transducer tests 2021-01-04 15:53:17 -08:00
80d1feb182 chore(transducers): correct exit code for failing tests 2021-01-04 15:45:31 -08:00
a5147afadb bug(transducers): fix system names 2021-01-04 15:39:53 -08:00
c56d5c51fd chore: standardize names with "transducers" 2021-01-04 14:13:34 -08:00
db5988ec3a bug(transducer): fix transducer tests 2021-01-04 02:11:01 -08:00
d0e894f739 feat: add collecting transducer to accumulate partial sums 2021-01-04 02:01:19 -08:00
e08fccfe1b bug: add test with custom TEST and COMBINER for COMPRESSING-RUNS 2021-01-04 01:15:14 -08:00
ea96548eb0 feat: add tests for transducers 2021-01-04 00:51:50 -08:00
1a07eb7339 feat: allow transducer parts to be past as a list 2021-01-04 00:50:38 -08:00
705dc56244 chore: adjust and fix DEDUPING and COMPRESSING-RUNS 2021-01-04 00:49:39 -08:00
5bca9a117f chore: reorganize transducer definition 2021-01-04 00:48:49 -08:00
6aebcfe4dc chore: begin to add tests 2021-01-02 22:24:31 -08:00
1259838639 feat(transducer): implement COMPRESSING-RUNS, add one-arity rf 2020-12-31 17:40:58 -08:00
d232497011 feat(utils): use FUNCTIONALIZE in data-lens. Slightly incompatible 2020-12-30 22:08:03 -08:00
cf67a11e13 feat(utils): add SUFFIXP to test that a sequence has a suffix 2020-12-30 22:07:09 -08:00
07b0c02806 feat(utils): add generic FUNCTIONALIZE to turn values into functions 2020-12-30 22:03:56 -08:00
1310d70f9c refactor(wrapped-sequence): use Shinmera/trivial-extensible-sequences 2020-12-19 19:35:50 -08:00
a7399b43c6 refactor(transducers): simplify list builder 2020-12-19 19:34:20 -08:00
5bd17dc8e5 refactor(transducers): remove package names 2020-12-18 23:58:07 -08:00
4139944479 chore(transducers): reshuffle 2020-12-18 23:09:55 -08:00
9ce36823e4 chore(transducers): export new functions 2020-12-18 22:33:36 -08:00
cefd4fbab3 feat(transducers): add lazy-sequence constructor 2020-12-18 22:32:19 -08:00
9ff7f44684 refactor(transducers): foldling -> reduce-generic 2020-12-18 22:31:54 -08:00
498d659978 chore(transducers): extract a common pattern into a macro 2020-12-18 22:25:10 -08:00
1f67b287f5 feat(transducers): add function for mapping mv-lists 2020-12-18 22:05:21 -08:00
139535d8e5 chore: describe transducer system better 2020-12-17 19:57:26 -08:00
3214bdd335 bug: fix system 2020-12-13 02:40:10 -08:00
b6f51eceaf feat: beginnings of transducers 2020-12-13 02:33:16 -08:00
befab03521 chore: rearrange optics 2020-10-31 01:05:20 -07:00
8b39d02344 chore: update docs 2020-10-12 20:28:11 -07:00
38133d6f0a chore: split into files 2020-10-05 19:44:35 -07:00
1dcfeff5de feat: curried equality 2020-09-30 17:06:37 -07:00
800a03e0c6 feat: add • compose operator 2020-09-30 15:48:03 -07:00
32b8a0bb7f Create LICENSE 2019-08-29 14:00:10 -05:00
a224381307 Add a lens for modifying the elements in a list 2019-08-29 10:10:41 -05:00
afcb3d3a3c doc -> docs 2019-04-29 23:34:13 -07:00