Idris2/tests/idris2/coverage016/Issue633-2.idr

5 lines
107 B
Idris
Raw Normal View History

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