The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

  use Language::Prolog::Types::Internal;
  
  $fty=Language::Prolog::Types::Internal->new_factory;

  $nil=$fty->new_nil
  $functor=$fty->new_functor(qw(foo, bar))

ABSTRACT

This class presents an implementation for the abstract classes defined in Language::Prolog::Types::Abstract.

They are accesible through a factory object.

DESCRIPTION

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

EXPORT

None by default.

SEE ALSO

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

AUTHOR

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

COPYRIGHT AND LICENSE

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.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 271:

Non-ASCII character seen before =encoding in 'Fandiño,'. Assuming CP1252