summaryrefslogtreecommitdiff
path: root/examples/attempto/AttemptoFin.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/attempto/AttemptoFin.gf')
-rw-r--r--examples/attempto/AttemptoFin.gf7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/attempto/AttemptoFin.gf b/examples/attempto/AttemptoFin.gf
new file mode 100644
index 000000000..687040243
--- /dev/null
+++ b/examples/attempto/AttemptoFin.gf
@@ -0,0 +1,7 @@
+--# -path=.:present
+
+concrete AttemptoFin of Attempto = SymbolsC ** AttemptoI with
+ (Syntax = SyntaxFin),
+ (Symbolic = SymbolicFin),
+ (LexAttempto = LexAttemptoFin) ;
+