retrieve functor name knowing its parameters
adnan <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
How I can retrieve functor name knowing its parameters , my functors are dynamic and not staic I tried this code Fun=..[Functor,1,2],call(Fun). But I got error of not sufficient instanciation .Is there another possible way to have it? Thanks in advance. -- View this message in context: http://swi-prolog.996271.n3.nabble.com/retrieve-functor-name-knowing-its-parameters-tp13504.html Sent from the SWI Prolog mailing list archive at Nabble.com.