summaryrefslogtreecommitdiff
path: root/examples/model/LexFre.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/model/LexFre.gf')
-rw-r--r--examples/model/LexFre.gf8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/model/LexFre.gf b/examples/model/LexFre.gf
deleted file mode 100644
index 004195176..000000000
--- a/examples/model/LexFre.gf
+++ /dev/null
@@ -1,8 +0,0 @@
-instance LexFre of Lex = open SyntaxFre, ParadigmsFre in {
-
- oper
- even_A = mkA "pair" ;
- odd_A = mkA "impair" ;
- zero_PN = mkPN "zéro" ;
-
-}