Idris2/tests/idris2/reg036/Test.idr
2021-01-20 19:13:07 +00: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