Idris2/tests/idris2/warning001/Issue621.idr

10 lines
73 B
Idris

a1 : Char
a1 = 'a'
a2 : Char
a2 = 'a'
whyNot : a1 = a2
whyNot = ?hole