Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix .Slip on shaped data structures.
Slip has no shape, so we produce a Slip of the leaves.
  • Loading branch information
jnthn committed Dec 13, 2015
1 parent 5b6cbc7 commit cb9ccb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/Rakudo/Internals.pm
Expand Up @@ -510,6 +510,10 @@ my class Rakudo::Internals {
}
}
}

multi method Slip() {
Slip.from-iterator(self.iterator)
}
}

our class SupplySequencer {
Expand Down

0 comments on commit cb9ccb6

Please sign in to comment.