forked from GitHub/gf-core
Transfer compiler: rename variables before doing any substitutions.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import nat
|
||||
import fib
|
||||
|
||||
-- main = natToInt (fibNat (intToNat 10))
|
||||
main = (\x -> (\x -> \x -> x) 1 x) 5
|
||||
|
||||
Reference in New Issue
Block a user