forget

James Hague jamesh@REDACTED
Tue May 28 18:05:43 CEST 2002


>  Umm - and then we can say "Erlang has got Monads!" 

Heh.  That was my first thought.

Or, as much as I hate to suggest it, Perl's pronouns take care of this as
well.  Let's say that the caret (^) means "value returned by the preceding
expression in a comma delineated sequence":

foo(Value) ->
	bar(Value),
	baz(^),
	zab(^),
	{ok, ^).

It's sort of a visual pointer to the preceding line.



More information about the erlang-questions mailing list