summaryrefslogtreecommitdiff
path: root/examples/test/srg/variants-ebnf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/test/srg/variants-ebnf')
-rw-r--r--examples/test/srg/variants-ebnf/variants-ebnf.gf4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/test/srg/variants-ebnf/variants-ebnf.gf b/examples/test/srg/variants-ebnf/variants-ebnf.gf
deleted file mode 100644
index 6671918ec..000000000
--- a/examples/test/srg/variants-ebnf/variants-ebnf.gf
+++ /dev/null
@@ -1,4 +0,0 @@
-cat S;
-fun f : S;
-
-lin f = { s = variants {"a"; "b"} ++ variants {"c"; "d"} ++ variants {"e"; "f"} ++ variants { "g";"h";} } ; \ No newline at end of file