Hopefully simple problem
Vladimir Sekissov
svg@REDACTED
Sat Jan 17 11:59:29 CET 2004
Good day,
carsten> This should work:
carsten>
carsten> X = nnet:neuron (0, {nblah, bfunc}, {nblah, xfunc}, []).
carsten>
carsten> A strange language Erlang is ;-)
According to
http://www.erlang.se/workshop/2003/paper/p36-sagonas.pdf
you should use ordinary function call instead of {Module, Function} if
you wanted your code to be fully HiPE compatible.
Best Regards,
Vladimir Sekissov
More information about the erlang-questions
mailing list