summaryrefslogtreecommitdiff
path: root/examples/attempto/SymbolsC.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/attempto/SymbolsC.gf')
-rw-r--r--examples/attempto/SymbolsC.gf8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/attempto/SymbolsC.gf b/examples/attempto/SymbolsC.gf
new file mode 100644
index 000000000..9949912ca
--- /dev/null
+++ b/examples/attempto/SymbolsC.gf
@@ -0,0 +1,8 @@
+concrete SymbolsC of Symbols = open Prelude in {
+
+lincat Var = SS ;
+
+lin X_Var = ss "X" ;
+lin Y_Var = ss "Y" ;
+
+}