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
The text was updated successfully, but these errors were encountered:
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 togetherThe text was updated successfully, but these errors were encountered: