forked from GitHub/gf-core
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