mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-27 19:58:55 -06:00
resource fixes
This commit is contained in:
@@ -1195,7 +1195,7 @@ oper
|
||||
questClause : Clause -> Question = \cl ->
|
||||
{s = \\b,c => table {
|
||||
DirQ => cl.s ! Inv ! b ! c ;
|
||||
IndirQ => cl.s ! Dir ! b ! c
|
||||
IndirQ => "if" ++ cl.s ! Dir ! b ! c
|
||||
}
|
||||
} ;
|
||||
{- --vg
|
||||
|
||||
Reference in New Issue
Block a user