mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
10 lines
199 B
Plaintext
10 lines
199 B
Plaintext
concrete NamesPor of Names = CatPor ** open ResPor in {
|
|
|
|
lin GivenName, MaleSurname, FemaleSurname = \n -> pn2np n ;
|
|
lin FullName gn sn = pn2np {
|
|
s = gn.s ++ sn.s ;
|
|
g = gn.g
|
|
} ;
|
|
|
|
}
|