ravikumar10 / genyris

Automatically exported from code.google.com/p/genyris
Other
0 stars 0 forks source link

do evaluates as a function call not a progn! #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
> do 
:  def f1(x)
:  def f2()
:  def f3()
: 

What do you see?
*** Error - 'Too many arguments supplied to proc: f1. Args were: (<EagerProc: 
<f2>> <EagerProc: <f3>> )'

What is the expected output?
<EagerProc: <f3>>

Original issue reported on code.google.com by birchb1...@gmail.com on 6 Apr 2013 at 1:04

GoogleCodeExporter commented 9 years ago
Fixed in 0.6.9-17-g8cb3d03.

Original comment by birchb1...@gmail.com on 6 Apr 2013 at 1:28

GoogleCodeExporter commented 9 years ago

Original comment by birchb1...@gmail.com on 13 Apr 2013 at 8:44