forked from GitHub/gf-rgl
started a separate module for names
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
concrete NamesChi of Names = CatChi ** {
|
||||
|
||||
lin GivenName, MaleSurname, FemaleSurname, PlSurname = \n -> n ;
|
||||
lin FullName gn sn = {
|
||||
s = gn.s ++ sn.s
|
||||
} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user