mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-16 22:52:50 -06:00
fixed warnings in present compilation of resource, esp. unreached patterns
This commit is contained in:
@@ -273,7 +273,7 @@ oper
|
||||
case p of {
|
||||
Neg => "kö" ; -- eikö tule
|
||||
_ => case a of {
|
||||
Anter => "ko" ; -- onko mennyt
|
||||
Anter => "ko" ; -- onko mennyt --# notpresent
|
||||
_ => vp.qp -- tuleeko, meneekö
|
||||
}
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user