diff options
Diffstat (limited to 'examples/lrec-tutorial/Ara.gf')
| -rw-r--r-- | examples/lrec-tutorial/Ara.gf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/lrec-tutorial/Ara.gf b/examples/lrec-tutorial/Ara.gf new file mode 100644 index 000000000..14fbb2573 --- /dev/null +++ b/examples/lrec-tutorial/Ara.gf @@ -0,0 +1,8 @@ +abstract Ara = { + +cat S ; V ; + +fun ktb_V : V ; + + Tab : V -> S ; +} |
