summaryrefslogtreecommitdiff
path: root/examples/dialogue/WeekdayFre.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dialogue/WeekdayFre.gf')
-rw-r--r--examples/dialogue/WeekdayFre.gf10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/dialogue/WeekdayFre.gf b/examples/dialogue/WeekdayFre.gf
deleted file mode 100644
index d0c6e141a..000000000
--- a/examples/dialogue/WeekdayFre.gf
+++ /dev/null
@@ -1,10 +0,0 @@
-concrete WeekdayFre of Weekday = open LangFre, ParadigmsFre in {
-
- lincat
- WDay = PN ;
-
- lin
- Mon = mkPN "lundi" masculine ;
- Tue = mkPN "mardi" masculine ;
-
-}