Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/Type/Metamodel/ConcreteRoleHOW.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The main difference with
L<C<ClassHOW.new_type>|/type/Metamodel::ClassHOW#method_new_type> is that you
can mix-in roles in this newly created one.

This class is Rakudo specific, and provided only for completeness. Not really
intended to be used by the final user.
I<Warning>: this class is part of the Rakudo implementation, and is not
a part of the language specification.

=end pod
4 changes: 2 additions & 2 deletions doc/Type/Metamodel/CurriedRoleHOW.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ a single parameter an instantiated role will also be of the same type:
role Zape[::T] {};
say Zape[Int].HOW; #: «Perl6::Metamodel::CurriedRoleHOW.new␤»

I<Note>: As most of the C<Metamodel> classes, this class is here mainly for
illustration purposes and it's not intended for the final user to instantiate.
I<Note>: As with most of the C<Metamodel> classes, this one is mainly for illustration
purposes and is not intended for the end user to instantiate.

=end pod
4 changes: 2 additions & 2 deletions doc/Type/Metamodel/ParametricRoleGroupHOW.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ my \zape := Metamodel::ParametricRoleGroupHOW.new_type( name => "zape");
my \zipi := Metamodel::ParametricRoleHOW.new_type( name => "zipi", group => zape);
say zipi.HOW; # OUTPUT: «Perl6::Metamodel::ParametricRoleHOW.new␤»

I<Note>: As most of the C<Metamodel> classes, this class is here mainly for
illustration purposes and it's not intended for the final user to instantiate.
I<Note>: As with most of the C<Metamodel> classes, this one is mainly for illustration
purposes and is not intended for the end user to instantiate.

=end pod
5 changes: 2 additions & 3 deletions doc/Type/Metamodel/ParametricRoleHOW.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ say zipi.HOW; # OUTPUT: «Perl6::Metamodel::ParametricRoleHOW.new␤»
The extra C<group> argument will need to be used to integrate it in a parametric
role group, which will need to be defined in advance.

I<Note>: As most of the C<Metamodel> classes, this one is here mainly for
illustration purposes and it's not intended for the final user to instantiate,
unless their intention is really to create a parametric role group.
I<Note>: As with most of the C<Metamodel> classes, this one is mainly for illustration
purposes and is not intended for the end user to instantiate.

=end pod