Idris2/tests/idris2/coverage015/Issue1169.idr

11 lines
149 B
Idris
Raw Normal View History

%default total
test : (String, ()) -> ()
test ("a", ()) = ()
test' : (Int, ()) -> ()
test' (1, ()) = ()
test'' : Type -> Type
test'' (List a) = a