Fixing a subtle bug.
This commit is contained in:
parent
256506ede0
commit
4e2e18576a
@ -68,7 +68,7 @@ class Mangle(object):
|
|||||||
|
|
||||||
if isinstance(scope, HyExpression) and len(scope):
|
if isinstance(scope, HyExpression) and len(scope):
|
||||||
if scope[0] == 'fn':
|
if scope[0] == 'fn':
|
||||||
point = 3
|
point = 2
|
||||||
|
|
||||||
self.scope.insert(point, what)
|
self.scope.insert(point, what)
|
||||||
#print " --> (aft) ", self.scope
|
#print " --> (aft) ", self.scope
|
||||||
|
Loading…
Reference in New Issue
Block a user