[Omake] dependency problem
Aleksey Nogin
nogin at metaprl.org
Mon Nov 6 09:25:33 PST 2006
On 05.11.2006 17:59, Nathaniel Gray wrote:
>> SFGLib = OCamlLibrary(SFGroupLib, \
>> SFLog SFGroup SFListener SFGuid SafeMutableMap)
> Never mind. Perhaps it should be an error (or trigger a warning) to try
> to assign the result of a Foo(...) function call?
There is no function call here - the RHS is interpreted as a normal
string here.
E.g. in osh:
% foo(v) =
foo> foo(v) =
foo> value x$(v)y
foo> .
.
- : <fun 1>
% X = $(foo bar)
- : <sequence "x" : Sequence "bar" : Sequence "y" : Sequence> : Sequence
% X = foo(bar)
- : "foo(bar)" : Sequence
Aleksey
More information about the Omake
mailing list