{"id":20782426,"url":"https://github.com/jamesrweb/elm-combinators","last_synced_at":"2025-12-26T04:33:58.455Z","repository":{"id":63507820,"uuid":"568337284","full_name":"jamesrweb/elm-combinators","owner":"jamesrweb","description":"A combinatory logic library for ELM.","archived":false,"fork":false,"pushed_at":"2024-05-21T10:27:19.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T04:51:16.306Z","etag":null,"topics":["combinators-calculus","combinatory-logic","elm","elm-package","functional-compositons"],"latest_commit_sha":null,"homepage":"https://elm.dmy.fr/packages/jamesrweb/elm-combinators/latest/","language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jamesrweb.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-20T07:48:12.000Z","updated_at":"2024-06-14T17:17:43.000Z","dependencies_parsed_at":"2024-11-17T14:11:00.259Z","dependency_job_id":"f259c6d3-607e-4b67-9df1-b46d6788faa5","html_url":"https://github.com/jamesrweb/elm-combinators","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesrweb%2Felm-combinators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesrweb%2Felm-combinators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesrweb%2Felm-combinators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesrweb%2Felm-combinators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamesrweb","download_url":"https://codeload.github.com/jamesrweb/elm-combinators/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243125638,"owners_count":20240276,"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":["combinators-calculus","combinatory-logic","elm","elm-package","functional-compositons"],"created_at":"2024-11-17T14:10:57.108Z","updated_at":"2025-12-26T04:33:58.416Z","avatar_url":"https://github.com/jamesrweb.png","language":"Elm","readme":"# ELM Combinators\n\nAn elm [combinatory logic](https://en.wikipedia.org/wiki/Combinatory_logic) library.\n\nEach combinator represents a [function composition pattern](https://en.wikipedia.org/wiki/Function_composition) and each is implemented, as far as is possible, using [SKI combinator calculus](https://en.wikipedia.org/wiki/SKI_combinator_calculus) under the hood.\n\n## Installation\n\n```sh\nelm install jamesrweb/elm-combinators\n```\n\n## Usage\n\nTo import all combinators, add the following at the top of your file:\n\n```elm\nimport Combinators exposing (..)\n```\n\nYou can also just import specific combinators such as the K and P combinators for example:\n\n```elm\nimport Combinators exposing (k, p)\n```\n\n## Development\n\n### Formatting\n\n```sh\nnpx elm-format . --yes\n```\n\n### Linting\n\n```sh\nnpx elm-review .\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesrweb%2Felm-combinators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamesrweb%2Felm-combinators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesrweb%2Felm-combinators/lists"}