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

5 lines
52 B
Idris

f : Num a => a
f = g where
g : Num a => a
g = 0