helper functions for various noun types

This commit is contained in:
Herbert Lange
2019-06-23 16:51:38 +02:00
parent 9772134edc
commit 02130dc128
2 changed files with 6 additions and 2 deletions
+2
View File
@@ -79,6 +79,8 @@ param
postap = n.postap
-- massable = n.massable ;
};
constN : Str -> Gender -> Noun = \s,g ->
{ s = \\_,_ => s ; g = g } ;
param
AdjPos = Pre | Post ;