
Language::Prolog::Types::Internal - Prolog terms implementation

use Language::Prolog::Types::Internal; $fty=Language::Prolog::Types::Internal->new_factory; $nil=$fty->new_nil $functor=$fty->new_functor(qw(foo, bar))

This class presents an implementation for the abstract classes defined in Language::Prolog::Types::Abstract.
They are accesible through a factory object.

This class is intended to not be directly used but through the Language::Prolog::Types and Language::Prolog::Types::Factory modules.
None by default.

Language::Prolog::Types::Abstract, Language::Prolog::Types and Language::Prolog::Types::Factory.

Salvador Fandiño, <sfandino@yahoo.com>

Copyright 2005 by Salvador Fandiño.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.