diff --git a/lib/resource-1.0/doc/gfdoc/Constructors.html b/lib/resource-1.0/doc/gfdoc/Constructors.html index 85c83129a..cc82f1511 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 12:01:55 CEST
+Last update: 2007-04-21 12:23:25 CEST

@@ -138,7 +138,8 @@ to this. mkCl : NP -> RS -> Cl ; -- it is you who did it mkCl : Adv -> S -> Cl ; -- it is yesterday she arrived mkCl : NP -> Cl ; -- there is a house - mkCl : NP -> AP -> Cl ; -- John is warm + mkCl : NP -> AP -> Cl ; -- John is warmer than Mary + mkCl : NP -> A -> Cl ; -- John is warm mkCl : NP -> NP -> Cl ; -- John is a man mkCl : NP -> Adv -> Cl -- John is here } ;