[mercury-users] Determinism

Fergus Henderson fjh at cs.mu.OZ.AU
Fri Aug 27 12:50:57 AEST 2004


On 09-Aug-2004, hanberg at ruc.dk <hanberg at ruc.dk> wrote:
> I wanted to know if someone could tell me why it is needed to specify the
> determinism of a procedure in Mercury.

If you use the --infer-det or --infer-all options, and the procedure is
local to the module, then it is not necessary to specify the determinism;
the compiler will infer it.

-- 
Fergus Henderson                    |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-users mailing list
post:  mercury-users at cs.mu.oz.au
administrative address: owner-mercury-users at cs.mu.oz.au
unsubscribe: Address: mercury-users-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-users-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the users mailing list