Idris2-boot/tests/idris2/error005/IfErr.idr

8 lines
109 B
Idris
Raw Normal View History

2019-06-25 23:46:28 +03:00
data Wibble = Wobble
foo : a -> a -> Bool
foo x y = x == y
bar : Wibble -> Wibble -> Bool
bar x y = x == y