mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-29 04:38:55 -06:00
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