Idris2/tests/idris2/error005/IfErr.idr

8 lines
109 B
Idris
Raw Normal View History

data Wibble = Wobble
foo : a -> a -> Bool
foo x y = x == y
bar : Wibble -> Wibble -> Bool
bar x y = x == y