From a437eccd64dab6ea5c8146cbda5133403b6c8aa7 Mon Sep 17 00:00:00 2001 From: bringert Date: Sat, 21 Apr 2007 18:30:43 +0000 Subject: [PATCH] Updated gfdoc. --- lib/resource-1.0/doc/gfdoc/Constructors.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/resource-1.0/doc/gfdoc/Constructors.html b/lib/resource-1.0/doc/gfdoc/Constructors.html index 15e07936a..478603a4b 100644 --- a/lib/resource-1.0/doc/gfdoc/Constructors.html +++ b/lib/resource-1.0/doc/gfdoc/Constructors.html @@ -6,7 +6,7 @@

Constructors: the High-Level Syntax API

-Last update: 2007-04-21 16:56:43 CEST
+Last update: 2007-04-21 20:28:53 CEST

@@ -134,7 +134,9 @@ to this. } ; mkCl : overload { - mkCl : NP -> VP -> Cl ; -- John walks + mkCl : NP -> VP -> Cl ; -- John wants to walk + mkCl : NP -> V -> Cl ; -- John walks + mkCl : NP -> V2 -> NP -> Cl ; -- John uses it mkCl : VP -> Cl ; -- it rains mkCl : NP -> RS -> Cl ; -- it is you who did it mkCl : Adv -> S -> Cl ; -- it is yesterday she arrived