mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-15 06:13:26 +03:00
10 lines
73 B
Idris
10 lines
73 B
Idris
|
|
a1 : Char
|
|
a1 = 'a'
|
|
|
|
a2 : Char
|
|
a2 = 'a'
|
|
|
|
whyNot : a1 = a2
|
|
whyNot = ?hole
|