forked from GitHub/gf-rgl
added a missing case to mkQCl in the API
This commit is contained in:
@@ -4,3 +4,6 @@ gt MkDocument (NoDefinition "") (InflectionN ?) "" | l | wf -file="example-table
|
|||||||
gt MkDocument (NoDefinition "") (InflectionA ?) "" | l | wf -append -file="example-tables.html"
|
gt MkDocument (NoDefinition "") (InflectionA ?) "" | l | wf -append -file="example-tables.html"
|
||||||
gt MkDocument (NoDefinition "") (InflectionV ?) "" | l | wf -append -file="example-tables.html"
|
gt MkDocument (NoDefinition "") (InflectionV ?) "" | l | wf -append -file="example-tables.html"
|
||||||
gt MkDocument (NoDefinition "") (InflectionV2 ?) "" | l | wf -append -file="example-tables.html"
|
gt MkDocument (NoDefinition "") (InflectionV2 ?) "" | l | wf -append -file="example-tables.html"
|
||||||
|
gt MkDocument (NoDefinition "") (InflectionV3 ?) "" | l | wf -append -file="example-tables.html"
|
||||||
|
gt MkDocument (NoDefinition "") (InflectionVV ?) "" | l | wf -append -file="example-tables.html"
|
||||||
|
gt MkDocument (NoDefinition "") (InflectionV2V ?) "" | l | wf -append -file="example-tables.html"
|
||||||
|
|||||||
@@ -1180,6 +1180,8 @@ incomplete resource Constructors = open Grammar in { --%
|
|||||||
= \a,p -> TUseQCl TPres a p ; --%
|
= \a,p -> TUseQCl TPres a p ; --%
|
||||||
mkQS : (Tense) -> (Ant) -> (Pol) -> QCl -> QS -- who wouldn't have slept
|
mkQS : (Tense) -> (Ant) -> (Pol) -> QCl -> QS -- who wouldn't have slept
|
||||||
= TUseQCl ; --%
|
= TUseQCl ; --%
|
||||||
|
mkQS : Temp -> Pol -> QCl -> QS -- who wouldn't have slept --%
|
||||||
|
= UseQCl ; --%
|
||||||
|
|
||||||
-- Since 'yes-no' question clauses can be built from clauses (see below),
|
-- Since 'yes-no' question clauses can be built from clauses (see below),
|
||||||
-- we give a shortcut
|
-- we give a shortcut
|
||||||
|
|||||||
Reference in New Issue
Block a user