summaryrefslogtreecommitdiff
path: root/examples/attempto/AttemptoEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/attempto/AttemptoEng.gf')
-rw-r--r--examples/attempto/AttemptoEng.gf11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/attempto/AttemptoEng.gf b/examples/attempto/AttemptoEng.gf
deleted file mode 100644
index 80ccf64fb..000000000
--- a/examples/attempto/AttemptoEng.gf
+++ /dev/null
@@ -1,11 +0,0 @@
---# -path=.:present
-
-concrete AttemptoEng of Attempto = SymbolsC,NumeralEng ** AttemptoI - [which_RP] with
- (Syntax = SyntaxEng),
- (Symbolic = SymbolicEng),
- (LexAttempto = LexAttemptoEng) ** open SyntaxEng, ExtraEng in {
-
-lin which_RP = SyntaxEng.which_RP | that_RP ;
-
-} ;
-