lazy-list

Lazy Lists (or Sequences) for Elm (fork)
git clone _git@git.nomadalgia.xyz/lazy-list.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-03-31 22:06Bumped for publishing.rupert1+1-1
2023-03-31 22:05Merge pull request #11 from OT7EtoYoshimura/add-nth-functionRupert Smith1+9-2
2023-03-31 11:25Make implementation more readableOT7EtoYoshimura1+2-1
2023-03-30 19:31Add `nth` function to SeqOT7EtoYoshimura1+8-2
2021-10-28 09:30Updated release notes and bumped for publishing.Rupert Smith2+7-4
2021-10-28 09:28Corrected parameter names.Rupert Smith1+2-2
2021-10-28 09:26Merge pull request #10 from z5h/masterRupert Smith1+11-10
2021-10-27 14:46remove debug statementMark Bolusmjak1+0-4
2021-10-27 14:45Make product2 and product3 lazyMark Bolusmjak1+15-10
2019-01-31 16:23Update README.mdRupert Smith1+5-0
2019-01-11 10:40Bumped version for release.Rupert Smith1+1-1
2019-01-11 10:40Merge pull request #6 from atdixon/lazy-intersperseRupert Smith1+2-7
2019-01-11 10:40Merge pull request #8 from atdixon/tco-fixesRupert Smith1+15-15
2019-01-11 04:05fix non-tco optimized casesAaron Dixon1+15-15
2019-01-11 03:41made intersperse lazyAaron Dixon1+2-7
2019-01-09 22:50Bumped version to 1.1.0rupertlssmith1+3-2
2019-01-09 22:50Added to docs.rupertlssmith1+1-1
2019-01-09 22:49Merge pull request #2 from atdixon/cycle-fixRupert Smith1+7-4
2019-01-09 22:49Merge pull request #3 from atdixon/reductions-implRupert Smith1+13-1
2019-01-09 22:01implemented reductions functionAaron Dixon1+13-1
2019-01-09 19:46cycle fix: made it lazyAaron Dixon1+7-4
2018-10-16 13:47Completed the docs.Rupert Smith1+72-0
2018-10-13 17:30Writing the comments.Rupert Smith1+45-0
2018-10-13 15:31Completed all the functions.Rupert Smith1+72-29
2018-10-13 15:18Implemented more lazy list functions.Rupert Smith1+118-25
2018-10-12 15:37Working on the Seq implementation.Rupert Smith1+120-52
2018-10-12 15:01Initial import, a skeleton for the implementation.Rupert Smith5+316-0