{"id":23335884,"url":"https://github.com/axionbuster/varcomp","last_synced_at":"2025-07-08T20:32:38.999Z","repository":{"id":268642410,"uuid":"905027106","full_name":"axionbuster/varcomp","owner":"axionbuster","description":"Variadic function composition (without hacks)","archived":false,"fork":false,"pushed_at":"2024-12-25T15:04:33.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T13:13:46.785Z","etag":null,"topics":["design-patterns","functional-programming","haskell"],"latest_commit_sha":null,"homepage":"","language":"Haskell","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/axionbuster.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-12-18T02:36:44.000Z","updated_at":"2024-12-25T15:04:36.000Z","dependencies_parsed_at":"2024-12-18T03:25:59.513Z","dependency_job_id":"edda3ead-8cc7-46c4-bddd-c11ee6a0fe3f","html_url":"https://github.com/axionbuster/varcomp","commit_stats":null,"previous_names":["axionbuster/varcomp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/axionbuster/varcomp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axionbuster%2Fvarcomp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axionbuster%2Fvarcomp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axionbuster%2Fvarcomp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axionbuster%2Fvarcomp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axionbuster","download_url":"https://codeload.github.com/axionbuster/varcomp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axionbuster%2Fvarcomp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264343797,"owners_count":23593792,"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":["design-patterns","functional-programming","haskell"],"created_at":"2024-12-21T02:10:48.417Z","updated_at":"2025-07-08T20:32:38.975Z","avatar_url":"https://github.com/axionbuster.png","language":"Haskell","readme":"# `varcomp` -- Variadic function composition\n\nVariadic function composition done via the `.**.` operator.\n\n## Usage\n\n```haskell\nimport Variadic.Composition ((.**.))\n\n-- Simple composition\n\ng :: Char -\u003e String\ng = const \"hello\"\n\n-- One argument\n\nf0 :: Int -\u003e Char\nf0 = undefined\n\nh1 :: Int -\u003e String\nh1 = g .**. f0\n\n-- Two arguments\n\nf2 :: Int -\u003e Double -\u003e Char\nf2 = undefined\n\nh2 :: Int -\u003e Double -\u003e String\nh2 = g .**. f2\n\n-- Three arguments\n\nf3 :: Int -\u003e Double -\u003e String -\u003e Char\nf3 = undefined\n\nh3 :: Int -\u003e Double -\u003e String -\u003e String\nh3 = g .**. f3\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxionbuster%2Fvarcomp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxionbuster%2Fvarcomp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxionbuster%2Fvarcomp/lists"}