summaryrefslogtreecommitdiff
path: root/next-lib/src/abstract/Sentence.gf
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/abstract/Sentence.gf')
-rw-r--r--next-lib/src/abstract/Sentence.gf5
1 files changed, 5 insertions, 0 deletions
diff --git a/next-lib/src/abstract/Sentence.gf b/next-lib/src/abstract/Sentence.gf
index a7661ae7a..903567ea1 100644
--- a/next-lib/src/abstract/Sentence.gf
+++ b/next-lib/src/abstract/Sentence.gf
@@ -70,6 +70,11 @@ abstract Sentence = Cat ** {
RelS : S -> RS -> S ; -- she sleeps, which is good
+---- A sentence can also be post-modified by a subjunct sentence.
+
+---- ModSubjS : S -> Subj -> S -> S ; -- she sleeps, because she is old
+---- cf. Adverb.SubjS
+
}
--.