mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 08:19:31 -06:00
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
|
|
|
|
} ;
|