forked from GitHub/gf-core
9 lines
151 B
Plaintext
9 lines
151 B
Plaintext
instance LexFre of Lex = open SyntaxFre, ParadigmsFre in {
|
|
|
|
oper
|
|
even_A = mkA "pair" ;
|
|
odd_A = mkA "impair" ;
|
|
zero_PN = mkPN "zéro" ;
|
|
|
|
}
|