Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
A category of local approximations (and probably other uses)
Documentation
Instances
(OkCAR (Affine s a b), IfCat (:>) (Rep (Affine s a b))) => IfCat (:>) (Affine s a b) Source # | |
BraidedPCat (Affine s) Source # | |
Category (Affine s) Source # | |
MonoidalPCat (Affine s) Source # | |
Defined in ConCat.Free.Affine (***) :: Ok4 (Affine s) a b c d => Affine s a c -> Affine s b d -> Affine s (Prod (Affine s) a b) (Prod (Affine s) c d) Source # first :: forall a a' b. Ok3 (Affine s) a b a' => Affine s a a' -> Affine s (Prod (Affine s) a b) (Prod (Affine s) a' b) Source # second :: Ok3 (Affine s) a b b' => Affine s b b' -> Affine s (Prod (Affine s) a b) (Prod (Affine s) a b') Source # | |
ProductCat (Affine s) Source # | |
Ok2 (L s) a b => Additive (Affine s a b) Source # | |
HasRep (Affine s a b) Source # | |
OkCAR (Affine s a b) => GenBuses (Affine s a b) Source # | |
type Ok (Affine s) Source # | |
Defined in ConCat.Free.Affine | |
type Rep (Affine s a b) Source # | |
Defined in ConCat.Free.Affine |