forked from GitHub/gf-core
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