We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889dea6 commit 3dc7eadCopy full SHA for 3dc7ead
lib/X/TypeCheck/MacroUnquote.pod renamed to lib/X/TypeCheck/Splice.pod
@@ -1,8 +1,8 @@
1
=begin pod
2
3
-=TITLE class X::TypeCheck::MacroUnquote
+=TITLE class X::TypeCheck::Splice
4
5
- class X::TypeCheck::MacroUnquote is X::TypeCheck does X::Comp { }
+ class X::TypeCheck::Splice is X::TypeCheck does X::Comp { }
6
7
Compile time error thrown when a L<Macro> or an unquote/hole in a C<quasi>
8
quote does not return an L<AST>.
@@ -24,4 +24,13 @@ To fix, instead write
24
}
25
say a; # foo
26
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
36
=end pod
0 commit comments