forked from GitHub/gf-core
9 lines
152 B
Plaintext
9 lines
152 B
Plaintext
instance LexEng of Lex = open GrammarEng, ParadigmsEng in {
|
|
|
|
oper
|
|
even_A = regA "even" ;
|
|
odd_A = regA "odd" ;
|
|
zero_PN = regPN "zero" ;
|
|
|
|
}
|