1
0
forked from GitHub/gf-rgl

lisp-like GFCC syntax; doesn't quite work yet in gf3

This commit is contained in:
aarne
2007-12-13 16:36:32 +00:00
parent 54d6dd30cc
commit 27ca6e5cfc
2 changed files with 8 additions and 1 deletions

View File

@@ -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
} ;