Skip to content

Commit 6607299

Browse files
committed
Adds «type object» refs #728
1 parent 91a8b2b commit 6607299

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/Language/glossary.pod6

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,6 +1115,10 @@ a simple string. (The formatting code objects are interC<twine>d with the
11151115
strings.) The strings may be empty (as shown in the example).
11161116
A twine with no formatting code will contain one simple string.
11171117
1118+
=head1 Type objects
1119+
1120+
A L<type object|https://docs.perl6.org/language/classtut#index-entry-type_object> is an object that is used to represent a type or a class. Since in object oriented programming everything is an object, classes are objects too, which inherit from the ur-class which, in our case, is L<Mu>.
1121+
11181122
=head1 value
11191123
X<|value>
11201124

0 commit comments

Comments
 (0)