forked from GitHub/gf-core
resource examples in tutorial
This commit is contained in:
6
doc/tutorial/arithm/LexEng.gf
Normal file
6
doc/tutorial/arithm/LexEng.gf
Normal file
@@ -0,0 +1,6 @@
|
||||
concrete LexEng of Lex = CatEng ** open ParadigmsEng in {
|
||||
lin
|
||||
zero_PN = regPN "zero" nonhuman ;
|
||||
successor_N2 = regN2 "successor" ;
|
||||
even_A = regA "even" ;
|
||||
}
|
||||
Reference in New Issue
Block a user