mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
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