Fixing a subtle bug.

This commit is contained in:
Paul R. Tagliamonte 2013-04-04 21:49:04 -04:00
parent 256506ede0
commit 4e2e18576a

View File

@ -68,7 +68,7 @@ class Mangle(object):
if isinstance(scope, HyExpression) and len(scope):
if scope[0] == 'fn':
point = 3
point = 2
self.scope.insert(point, what)
#print " --> (aft) ", self.scope