parametric-functor: A known-parametric Functor typeclass
As Oleg Grenrus argued in 2019,
Functor
s should be parametric, and in particular should:
Satisfy
fmap coerce
=coerce
Have a
∀ a b. Coercible a b ⇒ Coercible (f a) (f b)
super-constraint
Until this change gets adopted in base
, this package can be used for a variant of Functor
which satisfies these requirements.
Downloads
- parametric-functor-0.1.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.1.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.12 && <5), transformers (>=0.2 && <1.0) [details] |
Tested with | ghc ==9.8.1 |
License | Apache-2.0 |
Copyright | Copyright 2024 Shea Levy Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. |
Author | Shea Levy |
Maintainer | shea@shealevy.com |
Category | Data |
Home page | https://github.com/shlevy/parametric-functor |
Bug tracker | https://github.com/shlevy/parametric-functor/issues |
Source repo | head: git clone https://github.com/shlevy/parametric-functor |
Uploaded | by shlevy at 2024-01-15T14:51:35Z |
Distributions | NixOS:0.1.1.0 |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 103 total (8 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2024-01-15 [all 1 reports] |