mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
lisp-like GFCC syntax; doesn't quite work yet in gf3
This commit is contained in:
@@ -104,7 +104,7 @@ param PronGen = PGen Gender | PNoGen ;
|
||||
oper
|
||||
pgen2gen : PronGen -> Gender = \p -> case p of {
|
||||
PGen g => g ;
|
||||
PNoGen => variants {Masc ; Fem} --- the best we can do for ya, tu
|
||||
PNoGen => Masc ---- variants {Masc ; Fem} --- the best we can do for ya, tu
|
||||
} ;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user