1
0
forked from GitHub/gf-core

Transfer compiler: rename variables before doing any substitutions.

This commit is contained in:
bringert
2005-12-09 13:06:05 +00:00
parent 6b137b54ba
commit deb9e3f482
2 changed files with 65 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import nat
import fib
-- main = natToInt (fibNat (intToNat 10))
main = (\x -> (\x -> \x -> x) 1 x) 5