forked from GitHub/gf-core
8 lines
178 B
Plaintext
8 lines
178 B
Plaintext
--# -path=.:../abstract:../../prelude
|
|
|
|
concrete TestResourceNumEng of TestResourceNum = TestResourceEng, NumeralsEng ** {
|
|
|
|
lin UseNumeral n = {s = \\_ => n.s} ; ---- Case
|
|
|
|
} ;
|