mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
Transfer compiler: extended variable removal to variables bound in case expressions.
This commit is contained in:
@@ -3,3 +3,7 @@ x = let x : T = y
|
||||
in case y of
|
||||
f -> q
|
||||
_ -> a
|
||||
|
||||
f = \x -> case x of
|
||||
{ r = _ } -> 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user