Idris2-boot/tests/idris2/error005/IfErr.idr
2019-06-25 21:46:28 +01:00

8 lines
109 B
Idris

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