Idris2/tests/idris2/interface016/TwoNum.idr
2020-06-11 14:28:34 +01:00

5 lines
52 B
Idris

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