Idris2/tests/idris2/interface016/TwoNum.idr

5 lines
52 B
Idris
Raw Normal View History

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