[erlang-questions] Lisp syntax for Erlang
YC
<
>
Tue Dec 4 20:13:06 CET 2007
On Dec 4, 2007 4:21 AM, Hynek Vychodil <
> wrote:
> > > case A of foo -> {foo}; bar -> {foo, bar} end. => (case A ((foo) bar)
> > > ((bar) #(foo bar)))
> > You mean
> > case A of foo -> {foo}; bar -> {foo, bar} end. => (case A ((foo) #(foo))
> > ((bar) #(foo bar)))
> > don't you?
Yes, correct - thanks for catching it ;)
Cheers,
yc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20071204/9b139123/attachment.html>
More information about the erlang-questions
mailing list