Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
track MacroUnquote -> Splice name change
  • Loading branch information
moritz committed Aug 30, 2012
1 parent 889dea6 commit 3dc7ead
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions lib/X/TypeCheck/MacroUnquote.pod → lib/X/TypeCheck/Splice.pod
@@ -1,8 +1,8 @@
=begin pod
=TITLE class X::TypeCheck::MacroUnquote
=TITLE class X::TypeCheck::Splice
class X::TypeCheck::MacroUnquote is X::TypeCheck does X::Comp { }
class X::TypeCheck::Splice is X::TypeCheck does X::Comp { }
Compile time error thrown when a L<Macro> or an unquote/hole in a C<quasi>
quote does not return an L<AST>.
Expand All @@ -24,4 +24,13 @@ To fix, instead write
}
say a; # foo
=head1 Methods
=head2 action
method action() returns Str:D
Returns a verbal description of the action that triggered the error,
C<"macro application"> or C<"unquote evaluation">.
=end pod

0 comments on commit 3dc7ead

Please sign in to comment.