diff options
Diffstat (limited to 'examples/attempto/Symbols.gf')
| -rw-r--r-- | examples/attempto/Symbols.gf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/attempto/Symbols.gf b/examples/attempto/Symbols.gf new file mode 100644 index 000000000..3744ecd4a --- /dev/null +++ b/examples/attempto/Symbols.gf @@ -0,0 +1,8 @@ +abstract Symbols = { + +cat Var ; + +fun X_Var : Var ; +fun Y_Var : Var ; + +} |
