| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Blanks.RightAdjunct
Documentation
type family RightAdjunct (t :: * -> *) :: * -> * Source #
Instances
| type RightAdjunct Identity Source # | |
Defined in Blanks.RightAdjunct | |
| type RightAdjunct (Located l) Source # | |
Defined in Blanks.LocScope | |
type RightAdjunction (t :: * -> *) = Adjunction t (RightAdjunct t) Source #
type RightAdjunctionApplicative t = (RightAdjunction t, Applicative (RightAdjunct t)) Source #