{"id":13681775,"url":"https://github.com/ramda/ramda-fantasy","last_synced_at":"2025-04-08T06:29:52.013Z","repository":{"id":24062532,"uuid":"27448635","full_name":"ramda/ramda-fantasy","owner":"ramda","description":":ram::sparkles: Fantasy-Land compatible types for easy integration with Ramda.js","archived":false,"fork":false,"pushed_at":"2022-01-31T13:41:16.000Z","size":213,"stargazers_count":1502,"open_issues_count":21,"forks_count":95,"subscribers_count":54,"default_branch":"master","last_synced_at":"2024-04-14T02:41:09.895Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ramda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-02T19:08:53.000Z","updated_at":"2024-04-03T12:51:14.000Z","dependencies_parsed_at":"2022-07-12T06:47:09.114Z","dependency_job_id":null,"html_url":"https://github.com/ramda/ramda-fantasy","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramda%2Framda-fantasy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramda%2Framda-fantasy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramda%2Framda-fantasy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramda%2Framda-fantasy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ramda","download_url":"https://codeload.github.com/ramda/ramda-fantasy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247338658,"owners_count":20922991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T13:01:35.613Z","updated_at":"2025-04-08T06:29:51.952Z","avatar_url":"https://github.com/ramda.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Libraries"],"sub_categories":["[Javascript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)"],"readme":"ramda-fantasy\n=============\n\n[Fantasy Land][1] compatible types for easy integration with [Ramda][2].\n\n## Project status\nRamda-Fantasy is no longer developed. There are a number of excellent libraries providing algebraic datatypes in JavaScript. The existing npm releases of Ramda-Fantasy will remain available indefinitely.\n\nWe recommend a number of alternative libraries such as [Sanctuary](https://github.com/sanctuary-js), [Folktale](http://folktale.origamitower.com/), [Fluture](https://github.com/fluture-js), and [Fantasy-Land](https://github.com/fantasyland).\n\nSpecifically, we suggest these replacements:\n\n* Maybe: [sanctuary-js/sanctuary-maybe](https://github.com/sanctuary-js/sanctuary-maybe)\n* Either: [sanctuary-js/sanctuary-either](https://github.com/sanctuary-js/sanctuary-either)\n* Future: [fluture-js/Fluture](https://github.com/fluture-js/Fluture)\n* State: [fantasyland/fantasy-states](https://github.com/fantasyland/fantasy-states)\n* Tuple: [fantasyland/fantasy-tuples](https://github.com/fantasyland/fantasy-tuples)\n* Reader: [fantasyland/fantasy-readers](https://github.com/fantasyland/fantasy-readers)\n* IO: [fantasyland/fantasy-io](https://github.com/fantasyland/fantasy-io)\n* Identity: [sanctuary-js/sanctuary-identity](https://github.com/sanctuary-js/sanctuary-identity)\n\n## Available types\n\n| Name            | [Setoid][3]  | [Semigroup][4] | [Functor][5] | [Applicative][6] | [Monad][7] | [Foldable][8] | [ChainRec][16] |\n| --------------- | :----------: | :------------: | :----------: | :--------------: | :--------: | :-----------: | :------------: |\n| [Either][9]     |    **✔︎**     |                |     **✔︎**    |      **✔︎**       |   **✔︎**    |               |     **✔︎**      |\n| [Future][10]    |              |                |     **✔︎**    |      **✔︎**       |   **✔︎**    |               |     **✔︎**      |\n| [Identity][11]  |    **✔︎**     |                |     **✔︎**    |      **✔︎**       |   **✔︎**    |               |     **✔︎**      |\n| [IO][12]        |              |                |     **✔︎**    |      **✔︎**       |   **✔︎**    |               |     **✔︎**      |\n| [Maybe][13]     |    **✔︎**     |     **✔︎**      |     **✔︎**    |      **✔︎**       |   **✔︎**    |     **✔︎**     |     **✔︎**      |\n| [Reader][14]    |              |                |     **✔︎**    |      **✔︎**       |   **✔︎**    |               |                |\n| [Tuple][15]     |    **✔︎**     |     **✔︎**      |     **✔︎**    |                  |            |               |                |\n| [State][17]     |               |               |       **✔︎**   |    **✔︎**        |   **✔︎**    |               |       **✔︎**        |\n\n\nAccess like so:\n```\n  var Either = require('ramda-fantasy').Either;\n```\n## available translations\n[Spanish](https://github.com/idcmardelplata/ramda-fantasy)\n\n[1]: https://github.com/fantasyland/fantasy-land\n[2]: https://github.com/ramda/ramda\n[3]: https://github.com/fantasyland/fantasy-land#setoid\n[4]: https://github.com/fantasyland/fantasy-land#semigroup\n[5]: https://github.com/fantasyland/fantasy-land#functor\n[6]: https://github.com/fantasyland/fantasy-land#applicative\n[7]: https://github.com/fantasyland/fantasy-land#monad\n[8]: https://github.com/fantasyland/fantasy-land#foldable\n[9]: docs/Either.md\n[10]: docs/Future.md\n[11]: docs/Identity.md\n[12]: docs/IO.md\n[13]: docs/Maybe.md\n[14]: docs/Reader.md\n[15]: docs/Tuple.md\n[16]: https://github.com/fantasyland/fantasy-land#chainrec\n[17]: docs/State.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framda%2Framda-fantasy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framda%2Framda-fantasy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framda%2Framda-fantasy/lists"}