Idris2/tests/idris2/perror019/ImplError.idr

6 lines
71 B
Idris
Raw Normal View History

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