{"id":19512493,"url":"https://github.com/vmchale/either","last_synced_at":"2026-03-02T08:01:08.988Z","repository":{"id":128760936,"uuid":"121114330","full_name":"vmchale/either","owner":"vmchale","description":"Port of Data.Either for ATS","archived":false,"fork":false,"pushed_at":"2022-04-11T14:44:24.000Z","size":31,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-25T23:17:23.441Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"ATS","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/vmchale.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":"2018-02-11T10:58:02.000Z","updated_at":"2022-04-11T14:44:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"801f8ae7-8a55-4c89-aae2-3316160bee3f","html_url":"https://github.com/vmchale/either","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/vmchale/either","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmchale%2Feither","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmchale%2Feither/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmchale%2Feither/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmchale%2Feither/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vmchale","download_url":"https://codeload.github.com/vmchale/either/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmchale%2Feither/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29995910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-10T23:26:22.251Z","updated_at":"2026-03-02T08:01:08.968Z","avatar_url":"https://github.com/vmchale.png","language":"ATS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# either\n\n[![Build Status](https://travis-ci.org/vmchale/either.svg?branch=master)](https://travis-ci.org/vmchale/either)\n\nThis is a library providing something like\n[Data.Either](https://hackage.haskell.org/package/base-4.10.1.0/docs/Data-Either.html)\nfor ATS.\n\n## Use\n\nWith [atspkg](https://github.com/vmchale/atspkg), you can simply add\na `dependencies` field to your `atspkg.dhall` like so:\n\n```\nlet pkg = https://raw.githubusercontent.com/vmchale/atspkg/master/pkgs/default.dhall\nin\nlet dbin = https://raw.githubusercontent.com/vmchale/atspkg/master/pkgs/default-bin.dhall\n\nin pkg //\n  { bin =\n    [ dbin //\n      { src = \"src/ats-wc.dats\"\n      , target = \"target/ats-wc\"\n      , gcBin = True\n      }\n    ]\n    , dependencies = [ \"either\" ]\n  }\n```\n\nAs `either` is a high-level library, you should be sure to use garbage\ncollection!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmchale%2Feither","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvmchale%2Feither","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmchale%2Feither/lists"}