forked from GitHub/gf-core
some fixes in pattern matching in Compute
This commit is contained in:
@@ -58,8 +58,8 @@ oper
|
||||
} ;
|
||||
|
||||
conjGender : Gender -> Gender -> Gender = \m,n ->
|
||||
case <m,n> of {
|
||||
<Fem,Fem> => Fem ;
|
||||
case m of {
|
||||
Fem => n ;
|
||||
_ => Masc
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user