Closed GoogleCodeExporter closed 9 years ago
Thanks for spotting the error; I'll incorporate your fix in the next version.
Original comment by yucete...@gmail.com
on 21 Mar 2008 at 9:53
Applied. Thanks for you contribution.
Original comment by rotter.m...@gmail.com
on 11 May 2011 at 11:50
[deleted comment]
The problem was not solved. Now is:
p = PL_term_type(t)
if p < PL_TERM:
res = _getterm_router[p](t)
elif PL_is_list(t):
res = getList(t)
else:
res = getFunctor(t)
mappedTerms[t] = res
return res
but, never execute getList(t).
Original comment by fernando...@gmail.com
on 2 Apr 2015 at 10:00
Original issue reported on code.google.com by
pre...@cosy.sbg.ac.at
on 18 Mar 2008 at 4:28