Skip to content

Commit 1cd7de0

Browse files
committed
[io grant] Fix up type graph
I'm assuming this file is maintained by hand and not a script.
1 parent b3a9324 commit 1cd7de0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

type-graph.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,16 +129,16 @@ class Instant is Cool does Real
129129
[Domain-specific]
130130
# IO
131131
role IO
132-
role IO::Special
133-
class IO::Handle does IO
132+
class IO::Special
133+
class IO::Handle
134134
class IO::Pipe is IO::Handle
135-
class IO::Path is Cool
135+
class IO::Path is Cool does IO
136136
class IO::Path::Unix is IO::Path
137137
class IO::Path::Win32 is IO::Path
138138
class IO::Path::Cygwin is IO::Path
139139
class IO::Path::QNX is IO::Path
140140
class IO::ArgFiles is IO::Handle
141-
role IO::Socket does IO
141+
role IO::Socket
142142
class IO::Socket::INET does IO::Socket
143143
class IO::Socket::Async
144144
class IO::Spec

0 commit comments

Comments
 (0)