1Language::Prolog::TypesU:s:eIrntCeornntarli(b3u)ted PerlLaDnogcuuamgeen:t:aPtrioolnog::Types::Internal(3)
2
3
4
6 Language::Prolog::Types::Internal - Prolog terms implementation
7
9 use Language::Prolog::Types::Internal;
10
11 $fty=Language::Prolog::Types::Internal->new_factory;
12
13 $nil=$fty->new_nil
14 $functor=$fty->new_functor(qw(foo, bar))
15
17 This class presents an implementation for the abstract classes defined
18 in Language::Prolog::Types::Abstract.
19
20 They are accesible through a factory object.
21
23 This class is intended to not be directly used but through the
24 Language::Prolog::Types and Language::Prolog::Types::Factory modules.
25
26 EXPORT
27 None by default.
28
30 Language::Prolog::Types::Abstract, Language::Prolog::Types and
31 Language::Prolog::Types::Factory.
32
34 Salvador Fandiño, <sfandino@yahoo.com>
35
37 Copyright 2005 by Salvador Fandiño.
38
39 This library is free software; you can redistribute it and/or modify it
40 under the same terms as Perl itself.
41
43 Hey! The above document had some coding errors, which are explained
44 below:
45
46 Around line 271:
47 Non-ASCII character seen before =encoding in 'Fandiño,'. Assuming
48 CP1252
49
50
51
52perl v5.36.0 2023-01-2L0anguage::Prolog::Types::Internal(3)