Idris2/tests/idris2/perror019/ImplError.idr

6 lines
71 B
Idris

data Foo = Bar
implementation Show Foo where
show Bar = "a Foo"
f