Idris2/tests/idris2/interface/interface029/ForwardImpl3.idr
2023-09-07 14:57:22 +01:00

10 lines
141 B
Idris

interface IsOdd b where
isOdd : b -> Bool
implementation IsOdd Bool where
isOdd b = b
implementation IsOdd Bool where
isOdd b = b