Conversation

One thing that might help with understanding ‘identity types’ is looking at the definition in haskellish syntax: data (=) :: a -> a -> Type where refl :: (x :: a) -> x = x Other notations used in the talk are: x = y == Id x y x = y == x =a y #YLJ19
1
2