Idris2/tests/idris2/reg035/Implicit.idr
2020-12-07 11:41:47 +00:00

4 lines
58 B
Idris

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