Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Pandora.Paradigm.Structure.Ability.Substructure
Documentation
class Substructure f t where Source #
Minimal complete definition
Associated Types
type Substructural (f :: k) (t :: * -> *) :: * -> * Source #
Methods
substructure :: (Tagged f <:.> t) :~. Substructural f t Source #
Instances
Instances
type Substructured i source target = (Substructure i source, Substructural i source ~ target) Source #