Closed AustinBGibbons closed 11 years ago
$4(arg0, arg1)
generates
val b_arg4 = reifyEffects(_arg4((farg4arg0,farg4___arg1)))
(should be?)
val b_arg4 = reifyEffects(_arg4(farg4arg0,farg4___arg1))
my inability to create github flavored markdown aside, note __arg4 (( ... ))
did you use $b[] to quote the function arg? although I would be surprised if it even resembled working if you did not.
This error exists even if the function is not called.
$4(arg0, arg1)
generates
val b_arg4 = reifyEffects(_arg4((farg4arg0,farg4___arg1)))
(should be?)
val b_arg4 = reifyEffects(_arg4(farg4arg0,farg4___arg1))
my inability to create github flavored markdown aside, note __arg4 (( ... ))