mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-25 18:58:56 -06:00
Guessed implementation of left and right in spanish, french and italian.
This commit is contained in:
@@ -37,8 +37,14 @@ concrete SwadeshFre of Swadesh = CatFre
|
||||
n = Pl
|
||||
} ;
|
||||
|
||||
-- left_Ord = regA "gauche" ;
|
||||
-- right_Ord = regA "droite" ;
|
||||
left_Ord = mkOrd (regA "gauche") ;
|
||||
right_Ord = mkOrd (regA "droite") ;
|
||||
|
||||
oper
|
||||
mkOrd : A -> Ord ;
|
||||
mkOrd x = {s = \\ag => x.s ! Posit ! AF ag.g ag.n; lock_Ord = <> } ;
|
||||
|
||||
lin
|
||||
|
||||
-- Adverbs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user