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

5 lines
65 B
Idris

%default total
nice : (x : Bool) -> x === True
nice .(_) = Refl