summaryrefslogtreecommitdiff
path: root/examples/query/small/Query.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2011-09-19 14:37:30 +0000
committeraarne <aarne@chalmers.se>2011-09-19 14:37:30 +0000
commita96e90a4ae0f05092f9009467d5afcde6f2962f6 (patch)
tree766b94b6a83f252e33c58c17b36c70dece253907 /examples/query/small/Query.gf
parent343e852bfe9ef4c63d25742054f6e9463a78d1ac (diff)
QueryFin improved
Diffstat (limited to 'examples/query/small/Query.gf')
-rw-r--r--examples/query/small/Query.gf5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/query/small/Query.gf b/examples/query/small/Query.gf
index 532dc6a8e..1efa3277f 100644
--- a/examples/query/small/Query.gf
+++ b/examples/query/small/Query.gf
@@ -43,7 +43,6 @@ fun
SInds : [Individual] -> Set ; -- X and Y
KRelSet : Relation -> Set -> Kind ; -- R of S | S's R
- KRelsSet : Relation -> Relation -> Set -> Kind ; -- R and Q of S
KRelKind : Kind -> Relation -> Set -> Kind ; -- K that is R of S
KRelPair : Kind -> Relation -> Kind ; -- S's with their R's
KProp : Property -> Kind -> Kind ; -- P K | K that is P
@@ -62,12 +61,8 @@ fun
-- the test lexicon
cat
- Country ;
JobTitle ;
fun
- NCountry : Country -> Name ;
- PCountry : Country -> Property ;
-
Located : Loc -> Property ;
Employed : Org -> Property ;