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


Language-Prolog-Types documentation  | view source Contained in the Language-Prolog-Types distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  use Language::Prolog::Types::Internal;

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

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

ABSTRACT

Top

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

They are accesible through a factory object.

DESCRIPTION

Top

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

Top

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

AUTHOR

Top

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

COPYRIGHT AND LICENSE

Top


Language-Prolog-Types documentation  | view source Contained in the Language-Prolog-Types distribution.