diff options
Diffstat (limited to 'doc/tutorial/arithm/Lex.gf')
| -rw-r--r-- | doc/tutorial/arithm/Lex.gf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tutorial/arithm/Lex.gf b/doc/tutorial/arithm/Lex.gf new file mode 100644 index 000000000..bfc725772 --- /dev/null +++ b/doc/tutorial/arithm/Lex.gf @@ -0,0 +1,6 @@ +abstract Lex = Cat ** { + fun + zero_PN : PN ; + successor_N2 : N2 ; + even_A : A ; +} |
