| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Pandora.Pattern.Functor.Divisible
Documentation
class Contravariant t => Divisible t where Source #
Instances
| Divisible Predicate Source # | |
| Ringoid r => Divisible (Convergence r) Source # | |
Defined in Pandora.Paradigm.Primary.Functor.Convergence Methods (>*<) :: Convergence r b -> Convergence r c -> Convergence r (b :*: c) Source # | |
class Bivariant v => Divisible_ t v source target where Source #