newbie: list of all possible solutions

From: Andrey Tatarinov (elephantum_at_dezcom.mephi.ru)
Date: 10/06/04

  • Next message: Maarten Boonen: "Re: newbie: list of all possible solutions"
    Date: Wed, 06 Oct 2004 23:30:27 +0400
    
    

    Hi all.
    I could not find the solution.

    I have:

    p(a).
    p(b).
    p(c).
    p(d).

    I want to have:

    all_p( L ). which will result with L=[a,b,c,d]

    How can I do that?


  • Next message: Maarten Boonen: "Re: newbie: list of all possible solutions"