[mercury-users] (Newbie) translating this from Prolog?
Ralph Becket
rafe at cs.mu.OZ.AU
Mon Mar 22 08:30:49 AEDT 2004
Maurizio Colucci, Saturday, 20 March 2004:
>
> (PS: I couldn't find "all" in the reference manual, maybe it's my fault)
The on-line reference manual for version 0.11 of the compiler states
under Syntax/Goals:
all Vars Goal
A universal quantification. Vars must be a list of variables. Goal
must be a valid goal. This is an abbreviation for
`not (some Vars not Goal)'.
(http://www.mercury.cs.mu.oz.au/information/doc-release/reference_manual_2.html#SEC11)
HTH,
-- Ralph
--------------------------------------------------------------------------
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