{"id":20761976,"url":"https://github.com/composewell/fusion-plugin-types","last_synced_at":"2025-07-01T02:33:32.548Z","repository":{"id":59152571,"uuid":"240509898","full_name":"composewell/fusion-plugin-types","owner":"composewell","description":null,"archived":false,"fork":false,"pushed_at":"2020-02-17T08:33:37.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-14T16:57:22.633Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/composewell.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":"2020-02-14T13:03:51.000Z","updated_at":"2020-02-17T06:17:37.000Z","dependencies_parsed_at":"2022-09-13T11:01:10.286Z","dependency_job_id":null,"html_url":"https://github.com/composewell/fusion-plugin-types","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/composewell/fusion-plugin-types","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/composewell%2Ffusion-plugin-types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/composewell%2Ffusion-plugin-types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/composewell%2Ffusion-plugin-types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/composewell%2Ffusion-plugin-types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/composewell","download_url":"https://codeload.github.com/composewell/fusion-plugin-types/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/composewell%2Ffusion-plugin-types/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259852444,"owners_count":22921652,"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-11-17T10:28:21.019Z","updated_at":"2025-07-01T02:33:32.456Z","avatar_url":"https://github.com/composewell.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fusion-plugin-types\n\n[![Hackage](https://img.shields.io/hackage/v/fusion-plugin-types.svg?style=flat)](https://hackage.haskell.org/package/fusion-plugin-types)\n![](https://github.com/composewell/fusion-plugin-types/workflows/Haskell%20CI/badge.svg)\n\n## Motivation\n\nThis package provides types needed to run the fusion-plugin\nplugin. This package is separated from the\n[fusion-plugin](https://github.com/composewell/fusion-plugin) package\nso that library authors can annotate the types that `fusion-plugin`\nshould try to fuse but avoid the `ghc` dependency in the library\nitself.\n\n## Using the package\n\nTo enable support for using the `fusion-plugin` plugin, add this\npackage to your `build-depends` and annotate your types with `Fuse`\ntype from `Fusion.Plugin.Types` module.\n\n```haskell\nimport Fusion.Plugin.Types (Fuse (..))\n\n{-# ANN type Step Fuse #-}\ndata Step s a = Yield a s | Skip s | Stop\n```\n\n## See Also\n\n* [fusion-plugin](https://github.com/composewell/fusion-plugin)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomposewell%2Ffusion-plugin-types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomposewell%2Ffusion-plugin-types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomposewell%2Ffusion-plugin-types/lists"}