diff --git a/lib/src/api/Constructors.gf b/lib/src/api/Constructors.gf index a4396cb09..b440c0346 100644 --- a/lib/src/api/Constructors.gf +++ b/lib/src/api/Constructors.gf @@ -635,7 +635,7 @@ incomplete resource Constructors = open Grammar in { -- Conjunction can be formed from two or more adjectival phrases. mkAP : Conj -> AP -> AP -> AP ; -- 10. old and big --# notminimal - mkAP : Conj -> ListAP -> AP ; -- 11. old, big, and warm --# notminimal + mkAP : Conj -> ListAP -> AP ; -- 11. old, big and warm --# notminimal mkAP : Ord -> AP ; -- 12. oldest --# notminimal mkAP : CAdv -> AP -> NP -> AP ; -- 13. as old as John --# notminimal