You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already have morphisms as a pair of f : a -> b, b : (x : a) -> b' (f x) -> a' x but structural typing is a bit too brittle to decompose multiple morphisms composed together
We already have morphisms as a pair of
f : a -> b, b : (x : a) -> b' (f x) -> a' xbut structural typing is a bit too brittle to decompose multiple morphisms composed together