forked from GitHub/gf-core
6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
concrete FruitEng of Fruit = {
|
|
lin
|
|
Apple = {s = "apple"} ;
|
|
Peach = {s = "peach"} ;
|
|
}
|