mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-03 00:36:37 +03:00
6 lines
71 B
Idris
6 lines
71 B
Idris
data Foo = Bar
|
|
|
|
implementation Show Foo where
|
|
show Bar = "a Foo"
|
|
f
|