mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 20:12:51 -06:00
resource examples in tutorial
This commit is contained in:
6
doc/tutorial/arithm/Lex.gf
Normal file
6
doc/tutorial/arithm/Lex.gf
Normal file
@@ -0,0 +1,6 @@
|
||||
abstract Lex = Cat ** {
|
||||
fun
|
||||
zero_PN : PN ;
|
||||
successor_N2 : N2 ;
|
||||
even_A : A ;
|
||||
}
|
||||
Reference in New Issue
Block a user