summaryrefslogtreecommitdiff
path: root/examples/test/paraphrase/CityEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/test/paraphrase/CityEng.gf')
-rw-r--r--examples/test/paraphrase/CityEng.gf16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/test/paraphrase/CityEng.gf b/examples/test/paraphrase/CityEng.gf
deleted file mode 100644
index 39a0974c8..000000000
--- a/examples/test/paraphrase/CityEng.gf
+++ /dev/null
@@ -1,16 +0,0 @@
-concrete CityEng of City = {
-
-lincat S, City, Country, Adj = Str ;
-
-lin
- PredIn ci co = ci ++ "is in" ++ co ;
- PredAdj ci ad = ci ++ "is" ++ ad ;
- Capital co = "the capital of" ++ co ;
- CountryAdj ad = "the" ++ ad ++ "country" ;
- Stockholm = "Stockholm" ;
- Helsinki = "Helsinki" ;
- Sweden = "Sweden" ;
- Finland = "Finland" ;
- Swedish = "Swedish" ;
- Finnish = "Finnish" ;
-}