{"id":17251046,"url":"https://github.com/fumieval/incremental","last_synced_at":"2025-04-14T05:19:16.686Z","repository":{"id":56844565,"uuid":"99073426","full_name":"fumieval/incremental","owner":"fumieval","description":"Type class for patch and diff","archived":false,"fork":false,"pushed_at":"2020-09-19T05:36:49.000Z","size":22,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-27T19:07:50.906Z","etag":null,"topics":["diff","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/fumieval.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}},"created_at":"2017-08-02T04:52:19.000Z","updated_at":"2021-11-20T12:19:36.000Z","dependencies_parsed_at":"2022-09-09T02:23:00.564Z","dependency_job_id":null,"html_url":"https://github.com/fumieval/incremental","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumieval%2Fincremental","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumieval%2Fincremental/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumieval%2Fincremental/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumieval%2Fincremental/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fumieval","download_url":"https://codeload.github.com/fumieval/incremental/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248404349,"owners_count":21097715,"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":["diff","haskell"],"created_at":"2024-10-15T06:50:11.943Z","updated_at":"2025-04-14T05:19:16.660Z","avatar_url":"https://github.com/fumieval.png","language":"Haskell","readme":"# incremental: incremental update interface\n\n[![Hackage](https://img.shields.io/hackage/v/incremental.svg)](https://hackage.haskell.org/package/incremental)\n![Haskell CI](https://github.com/fumieval/incremental/workflows/Haskell%20CI/badge.svg)\n[![Discord](https://img.shields.io/discord/664807830116892674?color=%237095ec\u0026label=Discord\u0026style=plastic)](https://discord.gg/DG93Tgs)\n\nThis package provides a typeclass for incremental updates and diffing.\n\n```haskell\nclass Incremental a where\n  -- | the difference type\n  type Delta a\n  -- | @'maybe' a ('patch' a) ('diff' b a) ≡ b@\n  patch :: a -\u003e Delta a -\u003e a\n  -- | returns 'Nothing' when there is no update\n  diff :: a -\u003e a -\u003e Maybe (Delta a)\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffumieval%2Fincremental","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffumieval%2Fincremental","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffumieval%2Fincremental/lists"}