Idris2/tests/idris2/reg035/Implicit.idr

4 lines
58 B
Idris
Raw Normal View History

interface A where
x : Nat
f : {auto pf : x = 0} -> ()