forked from GitHub/gf-rgl
extend the names API
This commit is contained in:
@@ -6,7 +6,7 @@ concrete ExtendAfr of Extend =
|
||||
open
|
||||
ResAfr in {
|
||||
|
||||
lin GivenName, Surname = \n -> n ;
|
||||
lin GivenName, MaleSurname, FemaleSurname = \n -> n ;
|
||||
lin FullName gn sn = {
|
||||
s = \\c => gn.s ! NPNom ++ sn.s ! c ;
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user