summaryrefslogtreecommitdiff
path: root/examples-3.0/tutorial/semantics/BaseSwe.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples-3.0/tutorial/semantics/BaseSwe.gf')
-rw-r--r--examples-3.0/tutorial/semantics/BaseSwe.gf8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples-3.0/tutorial/semantics/BaseSwe.gf b/examples-3.0/tutorial/semantics/BaseSwe.gf
deleted file mode 100644
index 6329c1c9c..000000000
--- a/examples-3.0/tutorial/semantics/BaseSwe.gf
+++ /dev/null
@@ -1,8 +0,0 @@
---# -path=.:prelude:present:api:mathematical
-
-concrete BaseSwe of Base = BaseI with
- (Syntax = SyntaxSwe),
- (Grammar = GrammarSwe),
- (G = GrammarSwe),
- (Symbolic = SymbolicSwe),
- (LexBase = LexBaseSwe) ;