mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-27 03:46:29 -06:00
unverified definitions of some Croatian functions
This commit is contained in:
@@ -6,13 +6,12 @@ concrete RelativeHrv of Relative = CatHrv ** open
|
||||
lin
|
||||
RelVP rp vp = vp ** {
|
||||
subj =
|
||||
let rel = (adjFormsAdjective rp).s
|
||||
let rel = rp.s
|
||||
in \\a => case a of {
|
||||
Ag g n _ => rel ! g ! n ! Nom
|
||||
}
|
||||
} ;
|
||||
|
||||
IdRP = (mkA "koji").posit ;
|
||||
|
||||
IdRP = adjFormsAdjective (mkA "koji").posit ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user