Idris2/tests/idris2/reg/reg035/Implicit.idr
2023-09-07 14:57:22 +01:00

4 lines
58 B
Idris

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