mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 16:52:50 -06:00
Merge private git for latim grammar into official darcs.
See https://github.com/daherb/GF orhttps://gitlab.cip.ifi.lmu.de/langeh/gf for full git commit history
This commit is contained in:
@@ -3,7 +3,10 @@ concrete AdjectiveLat of Adjective = CatLat ** open ResLat, Prelude in {
|
||||
|
||||
lin
|
||||
|
||||
PositA a = a ;
|
||||
PositA a = -- A -> AP
|
||||
{
|
||||
s = table { Ag g n c => a.s ! Posit ! Ag g n c } ;
|
||||
};
|
||||
|
||||
{-
|
||||
ComparA a np = {
|
||||
@@ -29,11 +32,14 @@ concrete AdjectiveLat of Adjective = CatLat ** open ResLat, Prelude in {
|
||||
} ;
|
||||
-}
|
||||
|
||||
AdAP ada ap = {
|
||||
s = \\g,n,c => ada.s ++ ap.s ! g ! n ! c ;
|
||||
isPre = ap.isPre
|
||||
-- AdAP ada ap = {
|
||||
-- s = \\g,n,c => ada.s ++ ap.s ! g ! n ! c ;
|
||||
-- isPre = ap.isPre
|
||||
-- } ;
|
||||
|
||||
UseA2 a = -- A2 -> AP
|
||||
{
|
||||
s = table { Ag g n c => a.s ! Posit ! Ag g n c } ;
|
||||
} ;
|
||||
|
||||
-- UseA2 a = a ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user