Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Parametric role groups and S26 a bad match make
  • Loading branch information
hoelzro committed Aug 4, 2014
1 parent 81f69dc commit 08db084
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions S26-TODO.md
Expand Up @@ -131,3 +131,17 @@ These should be moved into other categories when I get a chance
- Use something like Test::Differences for checking POD contents
- Use EVAL for POD tests? (To make sure they don't interfere with each other, see S02, S04, S11)
- Parametric roles' WHY - inherited by instantiated roles?
- How do we deal with this?

```perl6

#| First
role A[] {}

#| Second
role A[::T] {}

#| Third
role A[::T, ::T2] {}

```

0 comments on commit 08db084

Please sign in to comment.