Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Some exception pre-decls we need.
  • Loading branch information
jnthn committed Jul 21, 2013
1 parent b1383a5 commit 310b13d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/Buf.pm
@@ -1,3 +1,7 @@
my class X::Buf::AsStr { ... }
my class X::Buf::Pack { ... }
my class X::Buf::Pack::NonASCII { ... }

my role Blob[::T = int8] does Positional[T] does Stringy is repr('VMArray') is array_type(T) {
proto method new(|) { * }
multi method new() {
Expand Down

0 comments on commit 310b13d

Please sign in to comment.