| Language-Prolog-Types documentation | view source | Contained in the Language-Prolog-Types distribution. |
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.
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.
| Language-Prolog-Types documentation | view source | Contained in the Language-Prolog-Types distribution. |