Idris2/tests/idris2/coverage016/Issue633-2.idr
2021-04-28 20:25:45 +01:00

5 lines
107 B
Idris

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