1
0
forked from GitHub/gf-core
Files
gf-core/doc/tutorial/arithm/Lex.gf
2006-06-01 16:16:18 +00:00

7 lines
94 B
Plaintext

abstract Lex = Cat ** {
fun
zero_PN : PN ;
successor_N2 : N2 ;
even_A : A ;
}