Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix up type-graph.txt to reflect non-Coolness of Iterable
  • Loading branch information
Geoffrey Broadwell committed Oct 1, 2012
1 parent 586deab commit bb467ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions type-graph.txt
Expand Up @@ -132,7 +132,7 @@ class Pod::Item is Pod::Block
### COLLECTIONS

# Collections: Iteration
class Iterable is Cool
class Iterable is Any
class Iterator is Iterable
class Nil is Iterator
class GatherIter is Iterator
Expand All @@ -144,8 +144,8 @@ role Positional[::T = Mu]
class Buf does Positional
class Capture
class Parcel is Cool does Positional
class Range is Iterable does Positional
class List is Iterable does Positional
class Range is Iterable is Cool does Positional
class List is Iterable is Cool does Positional
class Array is List
class LoL is List
role TypedArray[::TValue] does Positional[TValue]
Expand All @@ -162,7 +162,7 @@ role NumericEnumeration
role StringyEnumeration
class Enum does Associative
class Pair is Enum
class EnumMap is Iterable does Associative
class EnumMap is Iterable is Cool does Associative
class Stash is Hash
class PseudoStash is EnumMap
class Hash is EnumMap
Expand Down

0 comments on commit bb467ff

Please sign in to comment.