From cf67f7b4ac1b5a34cbf130cfb0e2b8ec5036d748 Mon Sep 17 00:00:00 2001 From: Lily Rose Date: Sat, 9 Aug 2025 18:51:03 +1000 Subject: [PATCH] Add credit to original library --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c912bc4..f82f429 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ # infiniyield Infinitely unfold values on-demand from a function. +Based on the [gleam_yielder](https://hexdocs.pm/gleam_yielder) library by [Louis Pilfold](https://github.com/lpil) [![Package Version](https://img.shields.io/hexpm/v/infiniyield)](https://hex.pm/packages/infiniyield) [![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/infiniyield/) +The library allows you to operate on an infinite sequence of values, retrieving values from the sequence as required. + ```sh gleam add infiniyield@1 ```