mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 04:16:30 -06:00
(Som) Fix word order in QuestVP
This commit is contained in:
@@ -13,10 +13,10 @@ concrete QuestionSom of Question = CatSom ** open
|
||||
let clRaw : ClLite = predVPlite ip vp ;
|
||||
cl : ClLite = clRaw ** {
|
||||
stm = \\clt,p => case <clt,p> of {
|
||||
<Statement,Pos> => "baa" ;
|
||||
<_,Pos> => "baa" ;
|
||||
_ => clRaw.stm ! clt ! p }
|
||||
}
|
||||
in wordOrderLite Statement cl ;
|
||||
in wordOrderLite Question cl ;
|
||||
|
||||
-- : IP -> ClSlash -> QCl ; -- whom does John love
|
||||
--QuestSlash ip cls = ;
|
||||
|
||||
Reference in New Issue
Block a user