We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a9324 commit 1cd7de0Copy full SHA for 1cd7de0
type-graph.txt
@@ -129,16 +129,16 @@ class Instant is Cool does Real
129
[Domain-specific]
130
# IO
131
role IO
132
-role IO::Special
133
-class IO::Handle does IO
+class IO::Special
+class IO::Handle
134
class IO::Pipe is IO::Handle
135
-class IO::Path is Cool
+class IO::Path is Cool does IO
136
class IO::Path::Unix is IO::Path
137
class IO::Path::Win32 is IO::Path
138
class IO::Path::Cygwin is IO::Path
139
class IO::Path::QNX is IO::Path
140
class IO::ArgFiles is IO::Handle
141
-role IO::Socket does IO
+role IO::Socket
142
class IO::Socket::INET does IO::Socket
143
class IO::Socket::Async
144
class IO::Spec
0 commit comments