mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 00:02:50 -06:00
fixes in PhrasebookGer and the inAcc_Prep
This commit is contained in:
@@ -43,7 +43,7 @@ resource ResGer = ParamX ** open Prelude in {
|
||||
prepC : PCase -> {s : Str ; c : Case} = \cp -> case cp of {
|
||||
NPC c => {s = [] ; c = c} ;
|
||||
NPP CAnDat => {s = "an" ; c = Dat} ;
|
||||
NPP CInAcc => {s = "an" ; c = Acc} ;
|
||||
NPP CInAcc => {s = "in" ; c = Acc} ;
|
||||
NPP CInDat => {s = "in" ; c = Dat} ;
|
||||
NPP CZuDat => {s = "zu" ; c = Dat}
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user