Open JordanMartinez opened 5 years ago
Something simple like
module Data.Indexed.NaturalTransformation where type IndexedNaturalTransformation m n = forall x y a. m x y a -> n x y a infixr 4 type IndexedNaturalTransformation as ~~>
Something simple like