Idris2/tests/idris2/error/error018/Issue1031-3.idr
2023-09-07 14:57:22 +01:00

5 lines
62 B
Idris

%default total
cool : (x : Bool) -> x === True
cool ? = Refl