{"id":20230868,"url":"https://github.com/ethul/purescript-yoneda","last_synced_at":"2026-03-06T12:32:30.732Z","repository":{"id":20179744,"uuid":"23450695","full_name":"ethul/purescript-yoneda","owner":"ethul","description":null,"archived":false,"fork":false,"pushed_at":"2014-08-29T10:39:16.000Z","size":126,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-03T13:45:00.962Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PureScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Hellowlol/HTPC-Manager","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ethul.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}},"created_at":"2014-08-29T03:00:23.000Z","updated_at":"2014-08-29T03:00:43.000Z","dependencies_parsed_at":"2022-09-02T20:10:50.049Z","dependency_job_id":null,"html_url":"https://github.com/ethul/purescript-yoneda","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ethul/purescript-yoneda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethul%2Fpurescript-yoneda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethul%2Fpurescript-yoneda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethul%2Fpurescript-yoneda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethul%2Fpurescript-yoneda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ethul","download_url":"https://codeload.github.com/ethul/purescript-yoneda/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethul%2Fpurescript-yoneda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30176232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T11:48:51.886Z","status":"ssl_error","status_checked_at":"2026-03-06T11:48:51.460Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-14T07:44:07.451Z","updated_at":"2026-03-06T12:32:30.715Z","avatar_url":"https://github.com/ethul.png","language":"PureScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Module Documentation\n\n## Module Data.Coyoneda\n\n### Types\n\n    newtype Coyoneda f a where\n      Coyoneda :: Exists (CoyonedaF f a) -\u003e Coyoneda f a\n\n    type Natural f g = forall a. f a -\u003e g a\n\n\n### Type Class Instances\n\n    instance applicativeCoyoneda :: (Applicative f) =\u003e Applicative (Coyoneda f)\n\n    instance applyCoyoneda :: (Apply f) =\u003e Apply (Coyoneda f)\n\n    instance bindCoyoneda :: (Bind f) =\u003e Bind (Coyoneda f)\n\n    instance comonadCoyoneda :: (Comonad w) =\u003e Comonad (Coyoneda w)\n\n    instance extendCoyoneda :: (Extend w) =\u003e Extend (Coyoneda w)\n\n    instance functorCoyoneda :: Functor (Coyoneda f)\n\n    instance monadCoyoneda :: (Monad f) =\u003e Monad (Coyoneda f)\n\n    instance monadTransCoyoneda :: MonadTrans Coyoneda\n\n\n### Values\n\n    coyoneda :: forall f a b. (a -\u003e b) -\u003e f a -\u003e Coyoneda f b\n\n    liftCoyoneda :: forall f a. f a -\u003e Coyoneda f a\n\n    liftCoyonedaT :: forall f g. Natural f g -\u003e Natural (Coyoneda f) (Coyoneda g)\n\n    liftCoyonedaTF :: forall f g. (Functor g) =\u003e Natural f g -\u003e Natural (Coyoneda f) g\n\n    lowerCoyoneda :: forall f a. (Functor f) =\u003e Coyoneda f a -\u003e f a\n\n\n## Module Data.Yoneda\n\n### Types\n\n    newtype Yoneda f a where\n      Yoneda :: forall b. (a -\u003e b) -\u003e f b -\u003e Yoneda f a\n\n\n### Type Class Instances\n\n    instance applicativeYoneda :: (Applicative f) =\u003e Applicative (Yoneda f)\n\n    instance applyYoneda :: (Apply f) =\u003e Apply (Yoneda f)\n\n    instance bindCoyoneda :: (Bind f) =\u003e Bind (Yoneda f)\n\n    instance comonadYoneda :: (Comonad w) =\u003e Comonad (Yoneda w)\n\n    instance extendYoneda :: (Extend w) =\u003e Extend (Yoneda w)\n\n    instance functorYoneda :: Functor (Yoneda f)\n\n    instance monadTransYoneda :: MonadTrans Yoneda\n\n    instance monadYoneda :: (Monad f) =\u003e Monad (Yoneda f)\n\n\n### Values\n\n    liftYoneda :: forall f a. (Functor f) =\u003e f a -\u003e Yoneda f a\n\n    lowerYoneda :: forall f a. Yoneda f a -\u003e f a\n\n    runYoneda :: forall f a b. Yoneda f a -\u003e (a -\u003e b) -\u003e f b\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethul%2Fpurescript-yoneda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fethul%2Fpurescript-yoneda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethul%2Fpurescript-yoneda/lists"}