Idris2/tests/idris2/coverage/coverage016/Issue633-2.idr
2023-09-07 14:57:22 +01:00

5 lines
107 B
Idris

%default total
test : (f : () -> Bool) -> f === (\x => True) -> f () = True
test (\x => True) Refl = Refl