Idris2/tests/idris2/perror013/EmptyUsing.idr

7 lines
67 B
Idris

module EmptyUsing
using (Eq a)
f : a -> a -> Bool
f x y = x == y