Skip to content

Commit

Permalink
Sequence is a role; Fix for #1897
Browse files Browse the repository at this point in the history
xt/type-graph.t needs to know if something is a role, and
will fail if assumes incorrectly. Be explicit.
  • Loading branch information
coke committed Jul 26, 2019
1 parent 5933c30 commit 2377cab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions type-graph.txt
Expand Up @@ -212,6 +212,7 @@ role PositionalBindFailover
class Seq is Cool does Iterable does PositionalBindFailover
class RaceSeq does Iterable does Sequence
class HyperSeq does Iterable does Sequence
role Sequence

[Composite]
# Collections: Positional
Expand Down

0 comments on commit 2377cab

Please sign in to comment.