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

5 lines
65 B
Idris

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