: , , . , , Refl, (=) xx, . ( ≡ )
:
twoPlusTwoEqFour : 2 + 2 = 4
twoPlusTwoEqFour = Refl
:
stringEqString : String = String
stringEqString = Refl
stringEqInt : String = Int
stringEqInt = Refl
-- type error: Type mismatch between String and Int
, , , n + 0 :
proof : n = n + 0