rvirding / erlog

Prolog interpreter in and for Erlang
Apache License 2.0
371 stars 44 forks source link

Error in findall/3 handling of template #50

Closed rvirding closed 10 years ago

rvirding commented 10 years ago

After executing a findall/3 then all the variables in the template are bound to the value they got in the last instantiation. They should be unbound afterwards.