mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
7 lines
171 B
Plaintext
7 lines
171 B
Plaintext
concrete LexEng of Lex = CatEng ** open ParadigmsEng in {
|
|
lin
|
|
zero_PN = regPN "zero" nonhuman ;
|
|
successor_N2 = regN2 "successor" ;
|
|
even_A = regA "even" ;
|
|
}
|