mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-15 15:59:32 -06:00
some additions to lib API
This commit is contained in:
@@ -737,7 +737,9 @@ incomplete resource Constructors = open Grammar in {
|
||||
|
||||
-- Existentials are a special construction.
|
||||
|
||||
mkQCl : IP -> QCl -- 8. what is there --# notminimal
|
||||
mkQCl : IP -> QCl ; -- 8. what is there --# notminimal
|
||||
mkQCl : IComp -> NP -> QCl ; -- 9. who is John --# notminimal
|
||||
|
||||
} ; --# notminimal
|
||||
|
||||
|
||||
@@ -1399,8 +1401,9 @@ incomplete resource Constructors = open Grammar in {
|
||||
mkQCl : IP -> NP -> QCl -- who is John --# notminimal
|
||||
= \a -> QuestIComp (CompIP a) ; --# notminimal
|
||||
mkQCl : IP -> QCl -- which houses are there --# notminimal
|
||||
= ExistIP --# notminimal
|
||||
|
||||
= ExistIP ; --# notminimal
|
||||
mkQCl : IComp -> NP -> QCl -- who is John --# notminimal
|
||||
= \a -> QuestIComp a ; --# notminimal
|
||||
} ;
|
||||
|
||||
mkIP = overload {
|
||||
|
||||
Reference in New Issue
Block a user