Skip to content

Commit 3dc7ead

Browse files
committed
track MacroUnquote -> Splice name change
1 parent 889dea6 commit 3dc7ead

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

lib/X/TypeCheck/MacroUnquote.pod renamed to lib/X/TypeCheck/Splice.pod

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
=begin pod
22
3-
=TITLE class X::TypeCheck::MacroUnquote
3+
=TITLE class X::TypeCheck::Splice
44
5-
class X::TypeCheck::MacroUnquote is X::TypeCheck does X::Comp { }
5+
class X::TypeCheck::Splice is X::TypeCheck does X::Comp { }
66
77
Compile time error thrown when a L<Macro> or an unquote/hole in a C<quasi>
88
quote does not return an L<AST>.
@@ -24,4 +24,13 @@ To fix, instead write
2424
}
2525
say a; # foo
2626
27+
=head1 Methods
28+
29+
=head2 action
30+
31+
method action() returns Str:D
32+
33+
Returns a verbal description of the action that triggered the error,
34+
C<"macro application"> or C<"unquote evaluation">.
35+
2736
=end pod

0 commit comments

Comments
 (0)