summaryrefslogtreecommitdiff
path: root/examples/tutorial/smart/LexSmartSwe.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorial/smart/LexSmartSwe.gf')
-rw-r--r--examples/tutorial/smart/LexSmartSwe.gf12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/tutorial/smart/LexSmartSwe.gf b/examples/tutorial/smart/LexSmartSwe.gf
deleted file mode 100644
index 6a9ea38ef..000000000
--- a/examples/tutorial/smart/LexSmartSwe.gf
+++ /dev/null
@@ -1,12 +0,0 @@
-instance LexSmartSwe of LexSmart = open SyntaxSwe, ParadigmsSwe in {
-
-oper
- dim_V2 = mkV2 "dämpa" ;
- fan_N = mkN "fläkt" ;
- kitchen_N = mkN "kök" neutrum ;
- light_N = mkN "lampa" ;
- livingRoom_N = mkN "vardagsrum" "vardagsrummet" "vardagsrum" "vardagsrummen" ;
- switchOff_V2 = mkV2 "släcker" ;
- switchOn_V2 = mkV2 "tänder" ;
-
-}