Idris2/tests/idris2/interactive/interactive045/Issue1742.idr
2023-09-07 14:57:22 +01:00

6 lines
89 B
Idris

data Foo : Type where
MkFoo : (Bar : Bool) -> Foo
Gnu : Foo -> Nat
Gnu x = ?Gnu_rhs_0