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

11 lines
171 B
Idris

module Test
interface Foo a where
bar : a -> {auto ok: ()} -> a
foo : Void -> {auto ok: ()} -> Void
foo = ?foo_hole
baz : a -> b -> c -> {auto x : a} -> a
baz {} = x